次の方法で共有


SystemProperties.Comment プロパティ

定義

System.Comment プロパティ (Windows ファイル プロパティのいずれか) の名前を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象