IStorageProviderPropertyCapabilities.IsPropertySupported(String) Method

Definition

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

Applies to