StorageFolder.IsOfType(StorageItemTypes) Metodo

Definizione

Indica se storageFolder corrente corrisponde al valore StorageItemTypes specificato.

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

Parametri

type
StorageItemTypes

Valore enumerazione che determina il tipo di oggetto da associare.

Restituisce

Boolean

bool

True se StorageFolder corrisponde al valore StorageItemTypes specificato; in caso contrario false.

Implementazioni

Si applica a