XmlSchemas.GetSchemas(String) 메서드

정의

동일한 네임스페이스에 속해 있는 스키마의 컬렉션을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 System::Collections::IList ^ GetSchemas(System::String ^ ns);
public System.Collections.IList GetSchemas (string? ns);
public System.Collections.IList GetSchemas (string ns);
member this.GetSchemas : string -> System.Collections.IList
Public Function GetSchemas (ns As String) As IList

매개 변수

ns
String

검색할 스키마의 네임스페이스입니다.

반환

IList

스키마가 포함되어 있는 IList 구현입니다.

설명

메서드는 .를 반환합니다 ArrayList.

적용 대상