CodeActivityPublicEnvironmentAccessor.TryGetReferenceToPublicLocation Metod

Definition

Returnerar ett värde som anger om aktiviteten ska försöka hämta referensen för den offentliga platsen.

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

Parametrar

publicReference
LocationReference

Offentlig referensplats.

equivalentReference
LocationReference

Motsvarande referensplats.

Returer

trueom aktiviteten försöker hämta referens för den offentliga platsen; annars . false

Gäller för