TextExpression.GetNamespacesForImplementation(Object) Método

Definição

Obtém a coleção de namespaces da implementação da expressão de texto.

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)

Parâmetros

target
Object

O destino.

Retornos

IList<String>

A coleção de namespaces.

Aplica-se a