다음을 통해 공유


XamlSchemaContext.GetAllXamlNamespaces 메서드

정의

XamlSchemaContext에 들어 있는 어셈블리를 검색하고 네임스페이스 집합을 반환합니다.

public:
 virtual System::Collections::Generic::IEnumerable<System::String ^> ^ GetAllXamlNamespaces();
public virtual System.Collections.Generic.IEnumerable<string> GetAllXamlNamespaces ();
abstract member GetAllXamlNamespaces : unit -> seq<string>
override this.GetAllXamlNamespaces : unit -> seq<string>
Public Overridable Function GetAllXamlNamespaces () As IEnumerable(Of String)

반환

IEnumerable<String>

열거 가능한 네임스페이스 식별자 집합입니다. 이러한 식별자는 문자열로 제공됩니다.

설명

이 메서드는 참조 어셈블리가 생성 또는 속성 설정을 통해 전달되는 경우에만 검색합니다. 참조 어셈블리로 설정된 어셈블리가 없는 경우 이 메서드의 논리는 이 어셈블리가 활성화된 모든 로드된 어셈블리를 검사합니다 XamlSchemaContext .

적용 대상