SystemProperties.Title 속성

정의

System.Title 속성의 이름(Windows 파일 속성 중 하나)을 가져옵니다.

public:
 static property Platform::String ^ Title { Platform::String ^ get(); };
static winrt::hstring Title();
public static string Title { get; }
var string = SystemProperties.title;
Public Shared ReadOnly Property Title As String

속성 값

String

Platform::String

winrt::hstring

System.Title 파일 속성의 이름입니다.

적용 대상