TextExpression.SetReferencesForImplementation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト式の実装のためのリファレンスを設定するオブジェクトを表します。
オーバーロード
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>
アセンブリ参照のジェネリック リスト。