次の方法で共有


FolderInformation.IsOfType(StorageItemTypes) メソッド

定義

読み込まれた StorageFolder が指定した型であるかどうかを判断します。

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

True を指定すると、読み込まれた StorageFolder が指定した型になります。それ以外の場合は false。

実装

適用対象