SystemProperties.Title プロパティ

定義

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

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

適用対象