IStorageItem.IsOfType(StorageItemTypes) メソッド

定義

現在の IStorageItem が 、指定した StorageItemTypes 値と一致するかどうかを判断します。

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

パラメーター

type
StorageItemTypes

照合する値。

戻り値

Boolean

bool

IStorageItem が指定した値と一致する場合は True。それ以外の場合は false。

適用対象