CIMElement GetDefinition()
Function GetDefinition() As CIMElement
//Modify an element's CIM properties. //Perform on the worker thread await QueuedTask.Run(() => { CIMElement CIMElm = element.GetDefinition(); //Modify a CIM value element.SetDefinition(CIMElm); });
Target Platforms: Windows 11, Windows 10
IElement Interface IElement Members