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입니다.

구현

적용 대상