다음을 통해 공유


TextExpression.GetNamespaces(Object) 메서드

정의

텍스트 식에 사용되는 네임스페이스의 컬렉션을 가져옵니다.

public:
 static System::Collections::Generic::IList<System::String ^> ^ GetNamespaces(System::Object ^ target);
public static System.Collections.Generic.IList<string> GetNamespaces (object target);
static member GetNamespaces : obj -> System.Collections.Generic.IList<string>
Public Shared Function GetNamespaces (target As Object) As IList(Of String)

매개 변수

target
Object

대상입니다.

반환

네임스페이스의 컬렉션입니다.

적용 대상