StorageFolder.IsOfType(StorageItemTypes) メソッド

定義

現在の StorageFolder が指定した StorageItemTypes 値と一致するかどうかを示します。

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

パラメーター

type
StorageItemTypes

照合するオブジェクトの種類を決定する列挙値。

戻り値

Boolean

bool

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

実装

適用対象