共用方式為


ExtendedExecutionSession.Description 屬性

定義

這個屬性不會在目前版本中使用。

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = extendedExecutionSession.description;
extendedExecutionSession.description = string;
Public Property Description As String

屬性值

String

Platform::String

winrt::hstring

這個屬性不會在目前版本中使用。

適用於