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 文件属性的名称。

适用于