INDSendResult.Response プロパティ

定義

メッセンジャーから応答メッセージを取得します。

public:
 property Platform::Array <byte> ^ Response { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> Response();
/// [get: Windows.Foundation.Metadata.Deprecated("INDSendResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
winrt::array_view <byte> Response();
public byte[] Response { get; }
public byte[] Response { [Windows.Foundation.Metadata.Deprecated("INDSendResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var byte[] = iNDSendResult.response;
Public ReadOnly Property Response As Byte()

プロパティ値

Byte[]

byte[]

応答メッセージ。

属性

適用対象