StorageProvider.IsPropertySupportedForPartialFileAsync(String) 메서드

정의

클라우드 스토리지 공급자가 속성을 지원하는지 여부를 결정합니다.

public:
 virtual IAsyncOperation<bool> ^ IsPropertySupportedForPartialFileAsync(Platform::String ^ propertyCanonicalName) = IsPropertySupportedForPartialFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsPropertySupportedForPartialFileAsync(winrt::hstring const& propertyCanonicalName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsPropertySupportedForPartialFileAsync(string propertyCanonicalName);
function isPropertySupportedForPartialFileAsync(propertyCanonicalName)
Public Function IsPropertySupportedForPartialFileAsync (propertyCanonicalName As String) As IAsyncOperation(Of Boolean)

매개 변수

propertyCanonicalName
String

Platform::String

winrt::hstring

속성의 이름입니다. 예: "System.Photo.DateTaken" 또는 "System.Music.Artist"

반환

True 이면 속성이 클라우드 스토리지 공급자에서 지원됩니다. False 이면

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Fall Creators Update (10.0.16299.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v5.0에서 도입되었습니다.)

적용 대상

추가 정보