CompositionObject.Comment プロパティ

定義

CompositionObject に関連付ける文字列。

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 = compositionObject.comment;
compositionObject.comment = string;
Public Property Comment As String

プロパティ値

String

Platform::String

winrt::hstring

CompositionObject に関連付ける文字列。 Visual Studio の Live Visual Tree デバッグ ツールの場合、特定のビジュアルに対して表示される名前は Comment プロパティから取得されることに注意してください

適用対象