TextExpression.GetReferencesForImplementation(Object) Method

Definition

Gets the list of references used for the implementation of the text expression.

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)

Parameters

target
Object

The target.

Returns

The list of references used.

Applies to