WerStoreApi.IsStoreInterfacePresent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the API is present. Should be present on RS2+. If it is not, opening a store will return null.
public:
static property bool IsStoreInterfacePresent { bool get(); };
public static bool IsStoreInterfacePresent { get; }
member this.IsStoreInterfacePresent : bool
Public Shared ReadOnly Property IsStoreInterfacePresent As Boolean