Condividi tramite


StorageLibraryChange.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 rispetto a cui eseguire la corrispondenza.

Restituisce

Boolean

bool

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

Si applica a