DocumentProperties.Comment 屬性

定義

取得或設定與檔相關聯的批註。

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

屬性值

String

Platform::String

winrt::hstring

註解。

適用於