Partage via


TextExpression.GetReferencesForImplementation(Object) Méthode

Définition

Obtient la liste de références utilisées pour l'implémentation de l'expression texte.

public:
 static System::Collections::Generic::IList<System::Activities::Expressions::AssemblyReference ^> ^ GetReferencesForImplementation(System::Object ^ target);
public static System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference> GetReferencesForImplementation (object target);
static member GetReferencesForImplementation : obj -> System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference>
Public Shared Function GetReferencesForImplementation (target As Object) As IList(Of AssemblyReference)

Paramètres

target
Object

Cible.

Retours

IList<AssemblyReference>

Liste des références utilisées.

S’applique à