FileInformation.IsOfType(StorageItemTypes) メソッド

定義

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

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 を指定すると、読み込まれた StorageFile が指定した型になります。それ以外の場合は false。

実装

適用対象