StorageFile.IsOfType(StorageItemTypes) メソッド

定義

現在の StorageFile が、指定した 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

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

実装

適用対象