XMLSchemaCacheClass.add(String, Object) 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.
public:
virtual void add(System::String ^ namespaceURI, System::Object ^ var) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMSchemaCollection::add;
public virtual void add (string namespaceURI, object var);
abstract member add : string * obj -> unit
override this.add : string * obj -> unit
Public Overridable Sub add (namespaceURI As String, var As Object)
Parameters
- namespaceURI
- String
- var
- Object