LocationReferenceEnvironment.TryGetLocationReference 方法

定義

在衍生類別中覆寫時,嘗試取得指定的 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

參數

name
String

要擷取之 LocationReference 的名稱。

result
LocationReference

當此方法傳回 true 時,result 會包含帶有指定的名稱的 LocationReference,否則為 null。 這個參數會以未初始化的狀態傳遞。

傳回

如果出現具有指定的名稱的 LocationReference,則為 true,否則為 false

適用於