Compartilhar via


TextExpression.SetNamespaces Método

Definição

Define o namespace da expressão de texto.

Sobrecargas

SetNamespaces(Object, String[])

Define o namespace da expressão de texto com o destino e os namespaces especificados.

SetNamespaces(Object, IList<String>)

Define o namespace da expressão de texto com o destino e os namespaces especificados.

SetNamespaces(Object, String[])

Define o namespace da expressão de texto com o destino e os namespaces 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

O destino.

namespaces
String[]

A matriz de namespaces.

Aplica-se a

SetNamespaces(Object, IList<String>)

Define o namespace da expressão de texto com o destino e os namespaces 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

O destino.

namespaces
IList<String>

A lista genérica de namespaces.

Aplica-se a