Udostępnij za pośrednictwem


_CustomXMLSchemaCollection.NamespaceURI Property

Gets the unique address identifier for the namespace of the _CustomXMLSchemaCollection object. Read-only.

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

Syntax

'Declaration
ReadOnly Property NamespaceURI ( _
    Index As Integer _
) As String
    Get
'Usage
Dim instance As _CustomXMLSchemaCollection
Dim Index As Integer
Dim value As String

value = instance.NamespaceURI(Index)
string this[
    int Index
] { get; }

Parameters

Property Value

Type: System.String
String

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

_CustomXMLSchemaCollection Members

Microsoft.Office.Core Namespace