CodeActivityPublicEnvironmentAccessor.TryGetReferenceToPublicLocation Methode

Definitie

Retourneert een waarde die aangeeft of de activiteit referentie voor de openbare locatie probeert op te halen.

public:
 bool TryGetReferenceToPublicLocation(System::Activities::LocationReference ^ publicReference, [Runtime::InteropServices::Out] System::Activities::LocationReference ^ % equivalentReference);
public bool TryGetReferenceToPublicLocation(System.Activities.LocationReference publicReference, out System.Activities.LocationReference equivalentReference);
member this.TryGetReferenceToPublicLocation : System.Activities.LocationReference * LocationReference -> bool
Public Function TryGetReferenceToPublicLocation (publicReference As LocationReference, ByRef equivalentReference As LocationReference) As Boolean

Parameters

publicReference
LocationReference

Openbare referentielocatie.

equivalentReference
LocationReference

De equivalente referentielocatie.

Retouren

true als de activiteit probeert te verwijzen naar de openbare locatie; anders, false.

Van toepassing op