PropertyPath.Path 속성

정의

PropertyPath값이 보유하는 경로 값을 가져옵니다.

UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.PropertyPath.Path(Windows 앱 SDK WinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

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

속성 값

String

PropertyPath값이 보유하는 경로 값입니다.

설명

값을 설정하려면 생성자를 사용하여 PropertyPath(String)PropertyPath 값을 Path만듭니다.

적용 대상

추가 정보