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