IStorageItem.IsOfType(StorageItemTypes) Method
Definition
Determines whether the current IStorageItem matches the specified StorageItemTypes value.
public:
bool IsOfType(StorageItemTypes type);
bool IsOfType(StorageItemTypes 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
True if the IStorageItem matches the specified value; otherwise false.