XmlSchemaCollection.Item[String] 속성

정의

지정된 네임스페이 XmlSchema 스 URI와 연결된 값을 가져옵니다.

public:
 property System::Xml::Schema::XmlSchema ^ default[System::String ^] { System::Xml::Schema::XmlSchema ^ get(System::String ^ ns); };
public System.Xml.Schema.XmlSchema? this[string? ns] { get; }
public System.Xml.Schema.XmlSchema this[string ns] { get; }
member this.Item(string) : System.Xml.Schema.XmlSchema
Default Public ReadOnly Property Item(ns As String) As XmlSchema

매개 변수

ns
String

반환하려는 스키마와 연결된 네임스페이스 URI입니다. 이는 일반적으로 targetNamespace 스키마의 것입니다.

속성 값

XmlSchema 네임스페이스 URI null 와 연결된 것입니다. 지정된 네임스페이스와 연결된 로드된 스키마가 없거나 네임스페이스가 XDR 스키마와 연결된 경우

설명

Important

클래스는 XmlSchemaCollection .NET Framework 버전 2.0에서 사용되지 않으며 클래스로 XmlSchemaSet 대체되었습니다.

적용 대상