DeviceInformation.Update(DeviceInformationUpdate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the properties of an existing DeviceInformation object.
public:
virtual void Update(DeviceInformationUpdate ^ updateInfo) = Update;
void Update(DeviceInformationUpdate const& updateInfo);
public void Update(DeviceInformationUpdate updateInfo);
function update(updateInfo)
Public Sub Update (updateInfo As DeviceInformationUpdate)
Parameters
- updateInfo
- DeviceInformationUpdate
Indicates the properties to update.
Remarks
For more info on what the properties represent, see Device information properties.