_CustomXMLSchemaCollection.Count Property
Gets the number of items in the _CustomXMLSchemaCollection collection. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Count As Integer
Get
'Usage
Dim instance As _CustomXMLSchemaCollection
Dim value As Integer
value = instance.Count
int Count { get; }
Property Value
Type: System.Int32
Integer
Remarks
Note
References to DTDs from custom XML parts are not supported. DTD references in custom XML parts will not resolve, and custom XML parts containing DTD references generate an exception when an attempt is made to save the file's content to a flat XML file.
See Also
Reference
_CustomXMLSchemaCollection Interface