TextExpression.SetNamespaces Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.