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

目標。

傳回

IList<String>

命名空間的集合。

適用於