共用方式為


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。

適用於