LocationReferenceEnvironment.GetLocationReferences Method

Definition

When overridden in a derived class, returns a collection of LocationReference objects in the current scope.

public:
 abstract System::Collections::Generic::IEnumerable<System::Activities::LocationReference ^> ^ GetLocationReferences();
public abstract System.Collections.Generic.IEnumerable<System.Activities.LocationReference> GetLocationReferences ();
abstract member GetLocationReferences : unit -> seq<System.Activities.LocationReference>
Public MustOverride Function GetLocationReferences () As IEnumerable(Of LocationReference)

Returns

A collection of location reference objects in the current scope.

Applies to