TextExpression.SetReferencesForImplementation Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.