StorageFile.IsOfType(StorageItemTypes) Method

Definition

Determines whether the current StorageFile 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 value to match against.

Returns

Boolean

bool

True if the StorageFile matches the specified value; otherwise false.

Implements

Applies to