_Document.XMLSchemaReferences Property
Returns an XMLSchemaReferences collection that represents the schemas attached to a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property XMLSchemaReferences As XMLSchemaReferences
Get
'Usage
Dim instance As _Document
Dim value As XMLSchemaReferences
value = instance.XMLSchemaReferences
XMLSchemaReferences XMLSchemaReferences { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLSchemaReferences