TextExpression.SetNamespaces 方法

定义

为文本表达式设置命名空间。

重载

SetNamespaces(Object, String[])

为有指定的目标和命名空间的文本表示形式设置命名空间。

SetNamespaces(Object, IList<String>)

为有指定的目标和命名空间的文本表示形式设置命名空间。

SetNamespaces(Object, String[])

为有指定的目标和命名空间的文本表示形式设置命名空间。

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

参数

target
Object

目标。

namespaces
String[]

命名空间的数组。

适用于

SetNamespaces(Object, IList<String>)

为有指定的目标和命名空间的文本表示形式设置命名空间。

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

参数

target
Object

目标。

namespaces
IList<String>

命名空间的泛型列表。

适用于