TextExpression.SetNamespacesForImplementation Method

Definition

Represents an object to set namespaces for implementation of the text expression.

Overloads

SetNamespacesForImplementation(Object, IList<String>)

Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.

SetNamespacesForImplementation(Object, String[])

Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.

SetNamespacesForImplementation(Object, IList<String>)

Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.

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))

Parameters

target
Object

The target.

namespaces
IList<String>

The list of namespaces.

Applies to

SetNamespacesForImplementation(Object, String[])

Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.

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())

Parameters

target
Object

The target.

namespaces
String[]

The collection of namespaces.

Applies to