WMI2OMAdapter.GetParameter(XmlElement, XmlElement, XmlElement, Int32, Object) 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.
protected public:
System::Object ^ GetParameter(System::Xml::XmlElement ^ elFunction, System::Xml::XmlElement ^ elTargetNode, System::Xml::XmlElement ^ elCommand, int order, System::Object ^ thisValue);
protected internal object GetParameter (System.Xml.XmlElement elFunction, System.Xml.XmlElement elTargetNode, System.Xml.XmlElement elCommand, int order, object thisValue);
member this.GetParameter : System.Xml.XmlElement * System.Xml.XmlElement * System.Xml.XmlElement * int * obj -> obj
Protected Friend Function GetParameter (elFunction As XmlElement, elTargetNode As XmlElement, elCommand As XmlElement, order As Integer, thisValue As Object) As Object
Parameters
- elFunction
- XmlElement
- elTargetNode
- XmlElement
- elCommand
- XmlElement
- order
- Int32
- thisValue
- Object