TextExpression.SetReferences Method
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 of the text expression.
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. |
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
.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 |
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
.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 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: