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

目标。

返回

命名空间的集合。

适用于