次の方法で共有


AllJoynMessageInfo(String) コンストラクター

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 AllJoyn は、AllSeen Alliance によって後援され、ライトのオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出および通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

処理中のメッセージを送信した送信者の一意の名前を含む AllJoynMessageInfo オブジェクトを生成します。

public:
 AllJoynMessageInfo(Platform::String ^ senderUniqueName);
 AllJoynMessageInfo(winrt::hstring const& senderUniqueName);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynMessageInfo has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
 AllJoynMessageInfo(winrt::hstring const& senderUniqueName);
public AllJoynMessageInfo(string senderUniqueName);
[Windows.Foundation.Metadata.Deprecated("AllJoynMessageInfo has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynMessageInfo(string senderUniqueName);
function AllJoynMessageInfo(senderUniqueName)
Public Sub New (senderUniqueName As String)

パラメーター

senderUniqueName
String

Platform::String

winrt::hstring

送信者の一意の名前。

属性

Windows の要件

アプリの機能
allJoyn

適用対象