WMI2OMAdapter.EnumerateCollection(Stack, Object, XmlElement, XmlElement) 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::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