CompositionObject.Comment プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
CompositionObject に関連付ける文字列。 Visual Studio の Live Visual Tree デバッグ ツールの場合、特定のビジュアルに対して表示される名前は Comment プロパティから取得されることに注意してください