LocationReferenceEnvironment.TryGetLocationReference Método

Definição

Quando sobrescrito numa classe derivada, tenta obter o especificado LocationReference.

public:
 abstract bool TryGetLocationReference(System::String ^ name, [Runtime::InteropServices::Out] System::Activities::LocationReference ^ % result);
public abstract bool TryGetLocationReference(string name, out System.Activities.LocationReference result);
abstract member TryGetLocationReference : string * LocationReference -> bool
Public MustOverride Function TryGetLocationReference (name As String, ByRef result As LocationReference) As Boolean

Parâmetros

name
String

O nome do LocationReference a recuperar.

result
LocationReference

Quando este método retorna true, result contém o LocationReference com o nome especificado; caso contrário, null. Este parâmetro é passado sem inicializar.

Devoluções

true se a LocationReference com o nome especificado estiver presente; caso contrário, false.

Aplica-se a