共用方式為


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

目標。

傳回

IList<String>

命名空間的集合。

適用於