CustomXMLPartClass.SchemaCollection Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property SchemaCollection As CustomXMLSchemaCollection
Get
Set
'Usage
Dim instance As CustomXMLPartClass
Dim value As CustomXMLSchemaCollection
value = instance.SchemaCollection
instance.SchemaCollection = value
public virtual CustomXMLSchemaCollection SchemaCollection { get; set; }
Property Value
Type: Microsoft.Office.Core.CustomXMLSchemaCollection
Implements
_CustomXMLPart.SchemaCollection