Compartir a través de


TextExpression.SetNamespaces Método

Definición

Establece el espacio de nombres para la expresión de texto.

Sobrecargas

SetNamespaces(Object, String[])

Establece el espacio de nombres para la expresión de texto con el destino y los espacios de nombres especificados.

SetNamespaces(Object, IList<String>)

Establece el espacio de nombres para la expresión de texto con el destino y los espacios de nombres especificados.

SetNamespaces(Object, String[])

Establece el espacio de nombres para la expresión de texto con el destino y los espacios de nombres especificados.

public:
 static void SetNamespaces(System::Object ^ target, ... cli::array <System::String ^> ^ namespaces);
public static void SetNamespaces (object target, params string[] namespaces);
static member SetNamespaces : obj * string[] -> unit
Public Shared Sub SetNamespaces (target As Object, ParamArray namespaces As String())

Parámetros

target
Object

Destino.

namespaces
String[]

La matriz de espacios de nombres.

Se aplica a

SetNamespaces(Object, IList<String>)

Establece el espacio de nombres para la expresión de texto con el destino y los espacios de nombres especificados.

public:
 static void SetNamespaces(System::Object ^ target, System::Collections::Generic::IList<System::String ^> ^ namespaces);
public static void SetNamespaces (object target, System.Collections.Generic.IList<string> namespaces);
static member SetNamespaces : obj * System.Collections.Generic.IList<string> -> unit
Public Shared Sub SetNamespaces (target As Object, namespaces As IList(Of String))

Parámetros

target
Object

Destino.

namespaces
IList<String>

Lista genérica de los espacios de nombres.

Se aplica a