IStorageProviderPropertyCapabilities
IStorageProviderPropertyCapabilities
IStorageProviderPropertyCapabilities
IStorageProviderPropertyCapabilities
Interface
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Provides access to the property capabilities supported by the sync root.
public : interface IStorageProviderPropertyCapabilitiespublic interface IStorageProviderPropertyCapabilitiesPublic Interface IStorageProviderPropertyCapabilities// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Storage.Provider.CloudFilesContract (introduced v1)
|
Methods
IsPropertySupported(String) IsPropertySupported(String) IsPropertySupported(String) IsPropertySupported(String)
Prerelease. Determines whether a property is supported by the sync root.
public : PlatForm::Boolean IsPropertySupported(PlatForm::String propertyCanonicalName)public bool IsPropertySupported(String propertyCanonicalName)Public Function IsPropertySupported(propertyCanonicalName As String) As bool// You can use this method in JavaScript.
Parameters
- propertyCanonicalName
- PlatForm::String String String String
The name of the property. E.g., "System.Photo.DateTaken"
Returns
PlatForm::Boolean
bool
bool
bool
True if the property is supported by the sync root; False otherwise