[To be supplied.]
[Visual Basic] Overloads Sub Insert( _ ByVal p As TreePosition, _ ByVal NodeType As XmlNodeType, _ ByVal name As String, _ ByVal namespaceURI As String, _ ByVal prefix As String _ ) [C#] void Insert( TreePosition p, XmlNodeType NodeType, string name, string namespaceURI, string prefix ); [C++] void Insert( TreePosition p, XmlNodeType NodeType, String* name, String* namespaceURI, String* prefix ) = 0; [JScript] function Insert( p : TreePosition, NodeType : XmlNodeType, name : String, namespaceURI : String, prefix : String );
IDataEditor Interface | IDataEditor Members | System.Data Namespace | IDataEditor.Insert Overload List