WMI2OMAdapter.GetItemFromCollection(XmlElement, XmlElement, XmlElement, ReadOnlyCollectionBase) Method

Definition

protected public:
 System::Object ^ GetItemFromCollection(System::Xml::XmlElement ^ elCollection, System::Xml::XmlElement ^ elTargetNode, System::Xml::XmlElement ^ elCommand, System::Collections::ReadOnlyCollectionBase ^ collection);
protected internal object GetItemFromCollection (System.Xml.XmlElement elCollection, System.Xml.XmlElement elTargetNode, System.Xml.XmlElement elCommand, System.Collections.ReadOnlyCollectionBase collection);
member this.GetItemFromCollection : System.Xml.XmlElement * System.Xml.XmlElement * System.Xml.XmlElement * System.Collections.ReadOnlyCollectionBase -> obj
Protected Friend Function GetItemFromCollection (elCollection As XmlElement, elTargetNode As XmlElement, elCommand As XmlElement, collection As ReadOnlyCollectionBase) As Object

Parameters

elCollection
XmlElement
elTargetNode
XmlElement
elCommand
XmlElement

Returns

Object

Applies to