StorageProvider.IsPropertySupportedForPartialFileAsync(String) Metode

Definisi

Menentukan apakah properti didukung oleh penyedia penyimpanan cloud.

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)

Parameter

propertyCanonicalName
String

Platform::String

winrt::hstring

Nama properti. Misalnya, "System.Photo.DateTaken" atau "System.Music.Artist"

Mengembalikan

True jika properti didukung oleh penyedia penyimpanan cloud; False jika tidak

Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 Fall Creators Update (diperkenalkan dalam 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v5.0)

Berlaku untuk

Lihat juga