DeviceLockdownProfile.GetLockdownProfileInformation(Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关特定用户角色的信息对象。
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
|