FileInformation.IsOfType(StorageItemTypes) Method

Definition

Determines whether the loaded StorageFile is the specified type.

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 type of item to check against.

Returns

Boolean

bool

True if the loaded StorageFile is the specified type; otherwise false.

Implements

Applies to