Edit

Share via


_CustomXMLSchemaCollection.NamespaceURI[Int32] Property

Definition

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

public:
 property System::String ^ NamespaceURI[int] { System::String ^ get(int Index); };
public string NamespaceURI[int Index] { get; }
member this.NamespaceURI(int) : string
Public ReadOnly Property NamespaceURI(Index As Integer) As String

Parameters

Index
Int32

Required Integer. The index number of the CustomXMLSchema object.

Property Value

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.

Applies to