SystemProperties.Keywords プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

System.Keywords ファイル プロパティの名前。

適用対象