SystemProperties.Author プロパティ

定義

System.Author プロパティの名前 (Windows ファイル プロパティの 1 つ) を取得します。

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 ファイル プロパティの名前。

適用対象