次の方法で共有


ICustomProperty.Name プロパティ

定義

プロパティのパス関連の名前を取得します。

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = iCustomProperty.name;
Public ReadOnly Property Name As String

プロパティ値

String

Platform::String

winrt::hstring

バインド式で指定されるプロパティの名前。

適用対象