次の方法で共有


TextExpression.SetNamespacesForImplementation メソッド

定義

テキスト式の実装のための名前空間を設定するオブジェクトを表します。

オーバーロード

SetNamespacesForImplementation(Object, IList<String>)

テキスト式の実装のための名前空間を、指定されたターゲットと名前空間で設定するオブジェクトを表します。

SetNamespacesForImplementation(Object, String[])

テキスト式の実装のための名前空間を、指定されたターゲットと名前空間で設定するオブジェクトを表します。

SetNamespacesForImplementation(Object, IList<String>)

テキスト式の実装のための名前空間を、指定されたターゲットと名前空間で設定するオブジェクトを表します。

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

パラメーター

target
Object

ターゲット。

namespaces
IList<String>

名前空間のリスト。

適用対象

SetNamespacesForImplementation(Object, String[])

テキスト式の実装のための名前空間を、指定されたターゲットと名前空間で設定するオブジェクトを表します。

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

パラメーター

target
Object

ターゲット。

namespaces
String[]

名前空間のコレクション。

適用対象