TextExpression.SetNamespacesForImplementation Metodo

Definizione

Rappresenta un oggetto per impostare gli spazi dei nomi per l'implementazione dell'espressione di testo.

Overload

SetNamespacesForImplementation(Object, IList<String>)

Rappresenta un oggetto per impostare gli spazi dei nomi per l'implementazione dell'espressione di testo con destinazione e spazi dei nomi specificati.

SetNamespacesForImplementation(Object, String[])

Rappresenta un oggetto per impostare gli spazi dei nomi per l'implementazione dell'espressione di testo con destinazione e spazi dei nomi specificati.

SetNamespacesForImplementation(Object, IList<String>)

Rappresenta un oggetto per impostare gli spazi dei nomi per l'implementazione dell'espressione di testo con destinazione e spazi dei nomi specificati.

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

Parametri

target
Object

Destinazione.

namespaces
IList<String>

Elenco di spazi dei nomi.

Si applica a

SetNamespacesForImplementation(Object, String[])

Rappresenta un oggetto per impostare gli spazi dei nomi per l'implementazione dell'espressione di testo con destinazione e spazi dei nomi specificati.

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

Parametri

target
Object

Destinazione.

namespaces
String[]

Raccolta di spazi dei nomi.

Si applica a