次の方法で共有


IVoipOperation.Id プロパティ

定義

重要

Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。

VoIP 操作の ID を取得します。

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = iVoipOperation.id;
Public ReadOnly Property Id As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

VoIP 操作の ID。

適用対象