次の方法で共有


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 それ 以外の場合

適用対象