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>

Коллекция пространств имен.

Применяется к