_CustomXMLPart.SchemaCollection Property
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.
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