DeviceInformation.EnclosureLocation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
裝置在其主機殼中的實體位置。 例如,它可能會描述膝上型電腦內網路攝影機的位置。
public:
property EnclosureLocation ^ EnclosureLocation { EnclosureLocation ^ get(); };
EnclosureLocation EnclosureLocation();
public EnclosureLocation EnclosureLocation { get; }
var enclosureLocation = deviceInformation.enclosureLocation;
Public ReadOnly Property EnclosureLocation As EnclosureLocation
屬性值
描述裝置實體位置的 物件。
備註
如果沒有機箱位置資訊可用,則 屬性會是 Null。