DeviceLockdownProfile.GetLockdownProfileInformation(Guid) 方法

定义

获取有关特定用户角色的信息对象。

public:
 static DeviceLockdownProfileInformation ^ GetLockdownProfileInformation(Platform::Guid profileID);
 static DeviceLockdownProfileInformation GetLockdownProfileInformation(winrt::guid const& profileID);
public static DeviceLockdownProfileInformation GetLockdownProfileInformation(Guid profileID);
function getLockdownProfileInformation(profileID)
Public Shared Function GetLockdownProfileInformation (profileID As Guid) As DeviceLockdownProfileInformation

参数

profileID
Guid

Platform::Guid

winrt::guid

用户角色配置文件 ID。

返回

有关特定用户角色的信息对象。

Windows 要求

应用功能
enterpriseDeviceLockdown

适用于