다음을 통해 공유


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이 됩니다.

적용 대상