TextExpression.GetNamespacesForImplementation(Object) Método

Definição

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

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 alvo.

Devoluções

A coleção de namespaces.

Aplica-se a