ConnectionProfileFilter.PurposeGuid 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
属性值
连接配置文件必须匹配的用途组 GUID。
Windows 要求
设备系列 |
Windows 10, version 1803 (在 10.0.17134.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)
|
注解
用途组 GUID 是行业范围内公开发布的 GUID 值,用于描述服务。 例如,IMS 有一个预定义的 GUID,可以在将 SIM 插入设备时使用移动网络运营商 SIM 进行预配,该 GUID 描述了查询 IMS 配置文件时应使用的配置文件。