다음을 통해 공유


IStorageProviderPropertyCapabilities.IsPropertySupported(String) 메서드

정의

속성이 동기화 루트에서 지원되는지 여부를 결정합니다.

public:
 bool IsPropertySupported(Platform::String ^ propertyCanonicalName);
bool IsPropertySupported(winrt::hstring const& propertyCanonicalName);
public bool IsPropertySupported(string propertyCanonicalName);
function isPropertySupported(propertyCanonicalName)
Public Function IsPropertySupported (propertyCanonicalName As String) As Boolean

매개 변수

propertyCanonicalName
String

Platform::String

winrt::hstring

속성의 이름입니다. 예: "System.Photo.DateTaken"

반환

Boolean

bool

True 이면 속성이 동기화 루트에서 지원됩니다. False 이면

적용 대상