Compartir a través de


TextExpression.SetReferencesForImplementation Método

Definición

Representa un objeto para establecer referencias para la implementación de la expresión de texto.

Sobrecargas

SetReferencesForImplementation(Object, AssemblyReference[])

Representa un objeto para establecer referencias para la implementación de la expresión de texto con el destino y la referencia especificados.

SetReferencesForImplementation(Object, IList<AssemblyReference>)

Representa un objeto para establecer referencias para la implementación de la expresión de texto con el destino y la referencia especificados.

SetReferencesForImplementation(Object, AssemblyReference[])

Representa un objeto para establecer referencias para la implementación de la expresión de texto con el destino y la referencia especificados.

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())

Parámetros

target
Object

Destino.

references
AssemblyReference[]

Colección de la referencia de ensamblado.

Se aplica a

SetReferencesForImplementation(Object, IList<AssemblyReference>)

Representa un objeto para establecer referencias para la implementación de la expresión de texto con el destino y la referencia especificados.

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))

Parámetros

target
Object

Destino.

references
IList<AssemblyReference>

Lista genérica de la referencia de ensamblado.

Se aplica a