Compartilhar via


DocumentProperties.Comment Propriedade

Definição

Obtém ou define os comentários associados ao documento.

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

Valor da propriedade

String

Platform::String

winrt::hstring

Os comentários.

Aplica-se a