TextExpression.SetNamespaces Método
Definição
Define o namespace da expressão de texto.Sets the namespace for the Text expression.
Sobrecargas
| SetNamespaces(Object, String[]) |
Define o namespace da expressão de texto com o destino e os namespaces especificados.Sets the namespace for the Text expression with specified target and namespaces. |
| SetNamespaces(Object, IList<String>) |
Define o namespace da expressão de texto com o destino e os namespaces especificados.Sets the namespace for the Text expression with specified target and namespaces. |
SetNamespaces(Object, String[])
Define o namespace da expressão de texto com o destino e os namespaces especificados.Sets the namespace for the Text expression with specified target and namespaces.
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.The target.
- namespaces
- String[]
A matriz de namespaces.The array of namespaces.
Aplica-se a
SetNamespaces(Object, IList<String>)
Define o namespace da expressão de texto com o destino e os namespaces especificados.Sets the namespace for the Text expression with specified target and namespaces.
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.The target.