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 プロパティから取得されることに注意してください。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象