XmlSchemaCollection.Item[String] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 네임스페이 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 대체되었습니다.