IStorageProviderPropertyCapabilities.IsPropertySupported(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定同步根是否支持某个属性。
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
参数
- propertyCanonicalName
-
String
Platform::String
winrt::hstring
属性的名称。 例如,“System.Photo.DateTaken”
返回
Boolean
bool
如果同步根支持 属性,则为 True;否则为 False