TextExpression.GetReferencesInScope(Activity) Methode

Definitie

Hiermee haalt u de verwijzingen op die worden gebruikt binnen het bereik.

public:
 static System::Collections::Generic::IList<System::Activities::Expressions::AssemblyReference ^> ^ GetReferencesInScope(System::Activities::Activity ^ activity);
public static System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference> GetReferencesInScope(System.Activities.Activity activity);
static member GetReferencesInScope : System.Activities.Activity -> System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference>
Public Shared Function GetReferencesInScope (activity As Activity) As IList(Of AssemblyReference)

Parameters

activity
Activity

De activiteit voor het bereik.

Retouren

De verwijzingen die binnen het bereik worden gebruikt.

Van toepassing op