WMI2OMAdapter.EnumerateCollection(Stack, Object, XmlElement, XmlElement) Method

Definition

protected public:
 System::String ^ EnumerateCollection(System::Collections::Stack ^ collectionStack, System::Object ^ current, System::Xml::XmlElement ^ elTarget, System::Xml::XmlElement ^ elCommand);
protected internal string EnumerateCollection (System.Collections.Stack collectionStack, object current, System.Xml.XmlElement elTarget, System.Xml.XmlElement elCommand);
member this.EnumerateCollection : System.Collections.Stack * obj * System.Xml.XmlElement * System.Xml.XmlElement -> string
Protected Friend Function EnumerateCollection (collectionStack As Stack, current As Object, elTarget As XmlElement, elCommand As XmlElement) As String

Parameters

collectionStack
Stack
current
Object
elTarget
XmlElement
elCommand
XmlElement

Returns

String

Applies to