TextExpression.GetNamespacesForImplementation(Object) 方法

定义

获取文本表达式实现的命名空间的集合。Gets the collection of namespaces for the implementation of the text expression.

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

目标。The target.

返回

IList<String>

命名空间的集合。The collection of namespaces.

适用于