WMI2OMAdapter.GetParameter(XmlElement, XmlElement, XmlElement, Int32, Object) Method

Definition

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

Returns

Object

Applies to