Partager via


Compositor.Comment Propriété

Définition

Obtient ou définit une chaîne à associer au Compositor.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne à associer au Compositor.

S’applique à