共用方式為


StoreSendRequestResult.Response 屬性

定義

取得要求的回應資料。

public:
 property Platform::String ^ Response { Platform::String ^ get(); };
winrt::hstring Response();
public string Response { get; }
var string = storeSendRequestResult.response;
Public ReadOnly Property Response As String

屬性值

String

Platform::String

winrt::hstring

要求的回應資料。

適用於

另請參閱