Trait windows::Gaming::Preview::GamesEnumeration::IGameListEntry_Impl
pub trait IGameListEntry_Impl: Sized {
// Required methods
fn DisplayInfo(&self) -> Result<AppDisplayInfo>;
fn LaunchAsync(&self) -> Result<IAsyncOperation<bool>>;
fn Category(&self) -> Result<GameListCategory>;
fn Properties(&self) -> Result<IMapView<HSTRING, IInspectable>>;
fn SetCategoryAsync(&self, value: GameListCategory) -> Result<IAsyncAction>;
}
Required Methods§
fn DisplayInfo(&self) -> Result<AppDisplayInfo>
fn LaunchAsync(&self) -> Result<IAsyncOperation<bool>>
fn Category(&self) -> Result<GameListCategory>
fn Properties(&self) -> Result<IMapView<HSTRING, IInspectable>>
fn SetCategoryAsync(&self, value: GameListCategory) -> Result<IAsyncAction>
Object Safety§
This trait is not object safe.