TextExpression.GetReferencesForImplementation(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Liste des références utilisées.