다음을 통해 공유


DeviceWatcherEvent.DeviceInformationUpdate 속성

정의

DeviceWatcherEvent에서 업데이트한 디바이스에 대한 업데이트된 정보를 가져옵니다.

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

속성 값

수정된 디바이스에 대한 업데이트된 정보입니다.

적용 대상