WMI2OMAdapter.GetItemFromCollection(XmlElement, XmlElement, XmlElement, ReadOnlyCollectionBase) 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 ^ 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
- collection
- ReadOnlyCollectionBase