TextExpression.SetNamespacesForImplementation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.