다음을 통해 공유


StorageLibraryChange.IsOfType(StorageItemTypes) 메서드

정의

현재 StorageFolder 가 지정된 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

StorageFolder가 지정된 StorageItemTypes 값과 일치하면 True입니다. 그렇지 않으면 false입니다.

적용 대상