共用方式為


Compositor.Comment 屬性

定義

取得或設定要與 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

屬性值

String

Platform::String

winrt::hstring

要與 Compositor 建立關聯的字串。

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

適用於