Freigeben über


DocumentProperties.Comment Eigenschaft

Definition

Ruft die dem Dokument zugeordneten Kommentare ab oder legt sie fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Kommentare.

Gilt für: