SystemProperties.Author 属性

定义

获取 System.Author 属性的名称 (Windows 文件属性之一。

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

属性值

String

Platform::String

winrt::hstring

System.Author 文件属性的名称。

适用于