TextExpression.SetReferencesForImplementation Método

Definição

Representa um objeto para definir referências para a implementação da expressão textual.

Sobrecargas

Name Description
SetReferencesForImplementation(Object, AssemblyReference[])

Representa um objeto para definir referências para a implementação da expressão de texto com destino e referência especificados.

SetReferencesForImplementation(Object, IList<AssemblyReference>)

Representa um objeto para definir referências para a implementação da expressão de texto com destino e referência especificados.

SetReferencesForImplementation(Object, AssemblyReference[])

Representa um objeto para definir referências para a implementação da expressão de texto com destino e referência 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

O alvo.

references
AssemblyReference[]

A coleção da referência da assembleia.

Aplica-se a

SetReferencesForImplementation(Object, IList<AssemblyReference>)

Representa um objeto para definir referências para a implementação da expressão de texto com destino e referência 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

O alvo.

references
IList<AssemblyReference>

A lista genérica da referência de montagem.

Aplica-se a