IStorageItem.IsOfType(StorageItemTypes) Method

Definition

Determines whether the current IStorageItem matches the specified StorageItemTypes value.

public:
 bool IsOfType(StorageItemTypes type);
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 IStorageItem matches the specified value; otherwise false.

Applies to