_CustomXMLSchemaCollection.AddCollection Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub AddCollection ( _
SchemaCollection As CustomXMLSchemaCollection _
)
'Usage
Dim instance As _CustomXMLSchemaCollection
Dim SchemaCollection As CustomXMLSchemaCollection
instance.AddCollection(SchemaCollection)
void AddCollection(
CustomXMLSchemaCollection SchemaCollection
)
Parameters
- SchemaCollection
Type: Microsoft.Office.Core.CustomXMLSchemaCollection
See Also
Reference
_CustomXMLSchemaCollection Interface