WerStoreApi.IsStoreInterfacePresent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示是否存在 API。 应该出现在 RS2 + 上。 如果未打开,则打开存储将返回 null。
public:
static property bool IsStoreInterfacePresent { bool get(); };
public static bool IsStoreInterfacePresent { get; }
member this.IsStoreInterfacePresent : bool
Public Shared ReadOnly Property IsStoreInterfacePresent As Boolean