共用方式為


ConnectionProfileFilter.PurposeGuid 屬性

定義

取得或設定連接設定檔必須相符的用途群組 GUID ,才能包含在查詢結果中。

public:
 property IReference<Platform::Guid> ^ PurposeGuid { IReference<Platform::Guid> ^ get(); void set(IReference<Platform::Guid> ^ value); };
IReference<winrt::guid> PurposeGuid();

void PurposeGuid(IReference<winrt::guid> value);
public System.Nullable<Guid> PurposeGuid { get; set; }
var iReference = connectionProfileFilter.purposeGuid;
connectionProfileFilter.purposeGuid = iReference;
Public Property PurposeGuid As Nullable(Of Guid)

屬性值

IReference<Guid>

Nullable<Guid>

IReference<Platform::Guid>

IReference<winrt::guid>

連線設定檔必須相符的用途群組 GUID。

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

備註

目的群組 GUID 是描述服務的公用、全業界發佈的 GUID 值。 例如,IMS 具有預先定義的 GUID,您可以在 SIM 卡插入裝置時使用行動網路操作員 SIM 卡進行布建,其描述查詢 IMS 設定檔時應該使用的設定檔。

適用於

另請參閱