Share via


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

このプロパティは、現在のリリースでは使用されません。

適用対象