_CustomXMLPart.SchemaCollection Property

Definition

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

public:
 property Microsoft::Office::Core::CustomXMLSchemaCollection ^ SchemaCollection { Microsoft::Office::Core::CustomXMLSchemaCollection ^ get(); void set(Microsoft::Office::Core::CustomXMLSchemaCollection ^ value); };
public Microsoft.Office.Core.CustomXMLSchemaCollection SchemaCollection { get; set; }
member this.SchemaCollection : Microsoft.Office.Core.CustomXMLSchemaCollection with get, set
Public Property SchemaCollection As CustomXMLSchemaCollection

Property Value

CustomXMLSchemaCollection

Applies to