DeviceWatcherEvent.DeviceInformation 속성

정의

DeviceWatcherEvent와 연결된 디바이스에 대한 정보를 가져옵니다.

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

속성 값

추가, 제거 또는 업데이트된 디바이스에 대한 정보입니다.

적용 대상