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.

C#
public static void SetReferences(object target, params System.Activities.Expressions.AssemblyReference[] references);

Parameters

target
Object

The target.

references
AssemblyReference[]

The collection of references.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

SetReferences(Object, IList<AssemblyReference>)

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

C#
public static void SetReferences(object target, System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference> references);

Parameters

target
Object

The target.

references
IList<AssemblyReference>

The generic list of references.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1