共用方式為


IStorageProviderPropertyCapabilities.IsPropertySupported(String) 方法

定義

判斷同步根目錄是否支援屬性。

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

適用於