StorageProvider.IsPropertySupportedForPartialFileAsync(String) Méthode

Définition

Détermine si une propriété est prise en charge par un fournisseur de stockage 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)

Paramètres

propertyCanonicalName
String

Platform::String

winrt::hstring

Nom de la propriété. Par exemple, « System.Photo.DateTaken » ou « System.Music.Artist »

Retours

True si la propriété est prise en charge par le fournisseur de stockage cloud ; False dans le cas contraire

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v5.0)

S’applique à

Voir aussi