IAppInfoStatics 接口

定义

提供 AppInfo 类的接口定义。

public interface class IAppInfoStatics
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.Guid(3474946090, 58507, 20236, 155, 11, 121, 195, 248, 149, 125, 215)]
struct IAppInfoStatics
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.Guid(3474946090, 58507, 20236, 155, 11, 121, 195, 248, 149, 125, 215)]
public interface IAppInfoStatics
Public Interface IAppInfoStatics
属性

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

属性

Current

提供 AppInfo.Current 方法的接口定义。

方法

GetFromAppUserModelId(String)

AppInfo.GetFromAppUserModelId 方法提供接口定义。

GetFromAppUserModelIdForUser(User, String)

AppInfo.GetFromAppUserModelIdForUser 方法提供接口定义。

适用于

另请参阅