다음을 통해 공유


TextExpression.GetNamespacesForImplementation(Object) 메서드

정의

텍스트 식 구현에 대한 네임스페이스의 컬렉션을 가져옵니다.

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

매개 변수

target
Object

대상입니다.

반환

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

적용 대상