TextExpression.SetNamespaces 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为文本表达式设置命名空间。
重载
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
目标。