Partager via


CompositionObject.Comment Propriété

Définition

Chaîne à associer à 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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne à associer à CompositionObject. Notez que pour l’outil de débogage Live Visual Tree de Visual Studio, le nom affiché pour un visuel particulier sera extrait de sa propriété Comment

S’applique à