다음을 통해 공유


XamlMember.GetXamlNamespaces 메서드

정의

이 XAML 멤버가 있을 수 있는 XAML 네임스페이스의 목록을 반환합니다.

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

반환

IList<String>

문자열로 제공되는 XAML 네임스페이스 식별자 목록입니다.

설명

기본 구현은 이와 XamlMember연결된 호출 결과를 DeclaringType 반환 XamlType.GetXamlNamespaces 합니다.

적용 대상