StorageFolder.IsOfType(StorageItemTypes) Method
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.
Indicates whether the current StorageFolder matches the specified StorageItemTypes value.
public:
virtual bool IsOfType(StorageItemTypes type) = IsOfType;
bool IsOfType(StorageItemTypes const& type);
public bool IsOfType(StorageItemTypes type);
function isOfType(type)
Public Function IsOfType (type As StorageItemTypes) As Boolean
Parameters
- type
- StorageItemTypes
The enum value that determines the object type to match against.
Returns
Boolean
bool
True if the StorageFolder matches the specified StorageItemTypes value; otherwise false.