ContactVideoCallActivatedEventArgs.ServiceId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用於視訊呼叫之服務的識別碼。
public:
property Platform::String ^ ServiceId { Platform::String ^ get(); };
winrt::hstring ServiceId();
public string ServiceId { get; }
var string = contactVideoCallActivatedEventArgs.serviceId;
Public ReadOnly Property ServiceId As String
屬性值
用於視訊通話之服務的識別碼。
實作
備註
您的應用程式只會收到符合應用程式在其資訊清單中註冊之 「ServiceId」 元素的 ServiceId 的視訊通話啟用。