Udostępnij za pośrednictwem


_CustomXMLPart.SchemaCollection Property

Gets or sets a CustomXMLSchemaCollection object representing the set of schemas attached to a bound region of data in a document. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property SchemaCollection As CustomXMLSchemaCollection
    Get
    Set
'Usage
Dim instance As _CustomXMLPart
Dim value As CustomXMLSchemaCollection

value = instance.SchemaCollection

instance.SchemaCollection = value
CustomXMLSchemaCollection SchemaCollection { get; set; }

Property Value

Type: Microsoft.Office.Core.CustomXMLSchemaCollection
CustomXMLSchemaCollection

See Also

Reference

_CustomXMLPart Interface

_CustomXMLPart Members

Microsoft.Office.Core Namespace