Compositor.Comment プロパティ

定義

コンポジターに関連付ける文字列を取得または設定します。

public:
 property Platform::String ^ Comment { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Comment();

void Comment(winrt::hstring value);
public string Comment { get; set; }
var string = compositor.comment;
compositor.comment = string;
Public Property Comment As String

プロパティ値

String

Platform::String

winrt::hstring

コンポジターに関連付ける文字列。

適用対象