Share via


TextExpression.SetReferencesForImplementation メソッド

定義

テキスト式の実装のためのリファレンスを設定するオブジェクトを表します。

オーバーロード

SetReferencesForImplementation(Object, AssemblyReference[])

テキスト式の実装のためのリファレンスを、指定されたターゲットとリファレンスで設定するオブジェクトを表します。

SetReferencesForImplementation(Object, IList<AssemblyReference>)

テキスト式の実装のためのリファレンスを、指定されたターゲットとリファレンスで設定するオブジェクトを表します。

SetReferencesForImplementation(Object, AssemblyReference[])

テキスト式の実装のためのリファレンスを、指定されたターゲットとリファレンスで設定するオブジェクトを表します。

public:
 static void SetReferencesForImplementation(System::Object ^ target, ... cli::array <System::Activities::Expressions::AssemblyReference ^> ^ references);
public static void SetReferencesForImplementation (object target, params System.Activities.Expressions.AssemblyReference[] references);
static member SetReferencesForImplementation : obj * System.Activities.Expressions.AssemblyReference[] -> unit
Public Shared Sub SetReferencesForImplementation (target As Object, ParamArray references As AssemblyReference())

パラメーター

target
Object

ターゲット。

references
AssemblyReference[]

アセンブリ参照のコレクション。

適用対象

SetReferencesForImplementation(Object, IList<AssemblyReference>)

テキスト式の実装のためのリファレンスを、指定されたターゲットとリファレンスで設定するオブジェクトを表します。

public:
 static void SetReferencesForImplementation(System::Object ^ target, System::Collections::Generic::IList<System::Activities::Expressions::AssemblyReference ^> ^ references);
public static void SetReferencesForImplementation (object target, System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference> references);
static member SetReferencesForImplementation : obj * System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference> -> unit
Public Shared Sub SetReferencesForImplementation (target As Object, references As IList(Of AssemblyReference))

パラメーター

target
Object

ターゲット。

references
IList<AssemblyReference>

アセンブリ参照のジェネリック リスト。

適用対象