WMI2OMAdapter.GetCollectionContent(ReadOnlyCollectionBase, XmlElement, 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 ^ GetCollectionContent(System::Collections::ReadOnlyCollectionBase ^ collection, System::Xml::XmlElement ^ elCollectionDefinition, System::Xml::XmlElement ^ elClassDefinition, System::Xml::XmlElement ^ elCommand);
protected internal string GetCollectionContent (System.Collections.ReadOnlyCollectionBase collection, System.Xml.XmlElement elCollectionDefinition, System.Xml.XmlElement elClassDefinition, System.Xml.XmlElement elCommand);
member this.GetCollectionContent : System.Collections.ReadOnlyCollectionBase * System.Xml.XmlElement * System.Xml.XmlElement * System.Xml.XmlElement -> string
Protected Friend Function GetCollectionContent (collection As ReadOnlyCollectionBase, elCollectionDefinition As XmlElement, elClassDefinition As XmlElement, elCommand As XmlElement) As String
Parameters
- collection
- ReadOnlyCollectionBase
- elCollectionDefinition
- XmlElement
- elClassDefinition
- XmlElement
- elCommand
- XmlElement