Compartir a través de


TextExpression.GetNamespacesForImplementation(Object) Método

Definición

Obtiene la colección de espacios de nombres para la implementación de la expresión 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

Destino.

Devoluciones

IList<String>

Colección de espacios de nombres.

Se aplica a