TextExpression.SetReferencesForImplementation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object to set references for implementation of the text expression.
Overloads
SetReferencesForImplementation(Object, AssemblyReference[]) |
Represents an object to set references for implementation of the text expression with specified target and reference. |
SetReferencesForImplementation(Object, IList<AssemblyReference>) |
Represents an object to set references for implementation of the text expression with specified target and reference. |
SetReferencesForImplementation(Object, AssemblyReference[])
Represents an object to set references for implementation of the text expression with specified target and reference.
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())
Parameters
- target
- Object
The target.
- references
- AssemblyReference[]
The collection of the assembly reference.
Applies to
SetReferencesForImplementation(Object, IList<AssemblyReference>)
Represents an object to set references for implementation of the text expression with specified target and reference.
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))
Parameters
- target
- Object
The target.
- references
- IList<AssemblyReference>
The generic list of the assembly reference.