IStorageProviderPropertyCapabilities.IsPropertySupported(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a property is supported by the sync root.
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
Parameters
- propertyCanonicalName
-
String
Platform::String
winrt::hstring
The name of the property. E.g., "System.Photo.DateTaken"
Returns
Boolean
bool
True if the property is supported by the sync root; False otherwise