LocationReferenceEnvironment.TryGetLocationReference Méthode

Définition

En cas de substitution dans une classe dérivée, tente d’obtenir le fichier spécifié 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

Paramètres

name
String

Nom de la LocationReference récupération.

result
LocationReference

Lorsque cette méthode retourne true, result contient le LocationReference nom spécifié ; sinon, null. Ce paramètre est passé non initialisé.

Retours

true si un LocationReference nom spécifié est présent ; sinon, false.

S’applique à