Share via


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

目标。

返回

命名空间的集合。

适用于