共用方式為


WebUIContactPostActivatedEventArgs.ServiceId 屬性

定義

取得用於張貼之服務的識別碼。

public:
 property Platform::String ^ ServiceId { Platform::String ^ get(); };
winrt::hstring ServiceId();
public string ServiceId { get; }
var string = webUIContactPostActivatedEventArgs.serviceId;
Public ReadOnly Property ServiceId As String

屬性值

String

Platform::String

winrt::hstring

用於張貼之服務的識別碼。

實作

備註

您的應用程式只會收到符合應用程式在其資訊清單中註冊之 「ServiceId」 元素的 ServiceId 後啟用。

適用於