PropertyPath.Path プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この PropertyPath によって保持されるパス値を取得します。
public:
property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = propertyPath.path;
Public ReadOnly Property Path As String
プロパティ値
この PropertyPath によって保持されるパス値。
注釈
のPath
値を確立するには、PropertyPath(String) コンストラクターを使用して新しい PropertyPath を作成します。