TextExpression.SetReferences Method

Definition

Represents an object to set references of the text expression.

Overloads

SetReferences(Object, AssemblyReference[])

Represents an object to set references of the text expression with specified target and reference.

SetReferences(Object, IList<AssemblyReference>)

Represents an object to set references of the text expression with specified target and reference.

SetReferences(Object, AssemblyReference[])

Represents an object to set references of the text expression with specified target and reference.

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

Parameters

target
Object

The target.

references
AssemblyReference[]

The collection of references.

Applies to

SetReferences(Object, IList<AssemblyReference>)

Represents an object to set references of the text expression with specified target and reference.

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

Parameters

target
Object

The target.

references
IList<AssemblyReference>

The generic list of references.

Applies to