StorageProvider.IsPropertySupportedForPartialFileAsync(String) Metodo

Definizione

Determina se una proprietà è supportata da un provider di archiviazione 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)

Parametri

propertyCanonicalName
String

Platform::String

winrt::hstring

Nome della proprietà. Ad esempio, "System.Photo.DateTaken" o "System.Music.Artist"

Restituisce

True se la proprietà è supportata dal provider di archiviazione cloud; False in caso contrario

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)

Si applica a

Vedi anche