DeviceInformation.EnclosureLocation 属性

定义

设备在其机箱中的物理位置。 例如,它可以描述笔记本电脑内网络摄像头的位置。

public:
 property EnclosureLocation ^ EnclosureLocation { EnclosureLocation ^ get(); };
EnclosureLocation EnclosureLocation();
public EnclosureLocation EnclosureLocation { get; }
var enclosureLocation = deviceInformation.enclosureLocation;
Public ReadOnly Property EnclosureLocation As EnclosureLocation

属性值

描述设备的物理位置的 对象。

注解

如果没有机箱位置信息可用,则 属性将为 null。

适用于