Share via


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 引進)

適用於

另請參閱