StorageFolder.IsOfType(StorageItemTypes) Method

Definition

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.

Implements

Applies to