다음을 통해 공유


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

로드된 StorageFile 이 지정된 형식이면 True이고, 그렇지 않으면 false입니다.

구현

적용 대상