DevForce Help Reference
SupportsWindowsStore Method


Returns whether Metro applications are supported.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function SupportsWindowsStore( _
   ByVal type As ClientApplicationType _
) As Boolean
'Usage
 
Dim type As ClientApplicationType
Dim value As Boolean
 
value = ClientApplicationTypeExtensions.SupportsWindowsStore(type)
[Extension()]
public static bool SupportsWindowsStore( 
   ClientApplicationType type
)

Parameters

type
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientApplicationTypeExtensions Class
ClientApplicationTypeExtensions Members

Send Feedback