_CustomXMLSchemaCollection.NamespaceURI[Int32] 属性

定义

获取 对象的命名空间的唯一 _CustomXMLSchemaCollection 地址标识符。 只读。

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

参数

Index
Int32

必需 整数。 对象的索引号 CustomXMLSchema

属性值

String

注解

注意:不支持从自定义 XML 部件引用 DTD。 自定义 XML 部件中的 DTD 引用不会解析,并且当尝试将文件的内容保存到平面 XML 文件时,包含 DTD 引用的自定义 XML 部件将生成异常。

适用于