TextExpression.SetReferencesForImplementation Método
Definição
Representa um objeto para definir as referências para a implementação da expressão de texto.Represents an object to set references for implementation of the text expression.
Sobrecargas
| SetReferencesForImplementation(Object, AssemblyReference[]) |
Representa um objeto para definir referências para implementação da expressão de texto com o destino e a referência especificados.Represents an object to set references for implementation of the text expression with specified target and reference. |
| SetReferencesForImplementation(Object, IList<AssemblyReference>) |
Representa um objeto para definir referências para implementação da expressão de texto com o destino e a referência especificados.Represents an object to set references for implementation of the text expression with specified target and reference. |
SetReferencesForImplementation(Object, AssemblyReference[])
Representa um objeto para definir referências para implementação da expressão de texto com o destino e a referência especificados.Represents an object to set references for implementation of the text expression with specified target and reference.
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 destino.The target.
- references
- AssemblyReference[]
A coleção das referências do assembly.The collection of the assembly reference.
Aplica-se a
SetReferencesForImplementation(Object, IList<AssemblyReference>)
Representa um objeto para definir referências para implementação da expressão de texto com o destino e a referência especificados.Represents an object to set references for implementation of the text expression with specified target and reference.
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 destino.The target.
- references
- IList<AssemblyReference>
A lista genérica de referências do assembly.The generic list of the assembly reference.