IStorageProviderPropertyCapabilities.IsPropertySupported(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si une propriété est prise en charge par la racine de synchronisation.
public:
bool IsPropertySupported(Platform::String ^ propertyCanonicalName);
bool IsPropertySupported(winrt::hstring const& propertyCanonicalName);
public bool IsPropertySupported(string propertyCanonicalName);
function isPropertySupported(propertyCanonicalName)
Public Function IsPropertySupported (propertyCanonicalName As String) As Boolean
Paramètres
- propertyCanonicalName
-
String
Platform::String
winrt::hstring
Nom de la propriété. Par exemple, « System.Photo.DateTaken »
Retours
Boolean
bool
True si la propriété est prise en charge par la racine de synchronisation ; False dans le cas contraire