LocationReferenceEnvironment.IsVisible(LocationReference) 方法

定義

在衍生類別中覆寫時,判斷在現有範圍中是否會顯示指定的 LocationReference

public:
 abstract bool IsVisible(System::Activities::LocationReference ^ locationReference);
public abstract bool IsVisible (System.Activities.LocationReference locationReference);
abstract member IsVisible : System.Activities.LocationReference -> bool
Public MustOverride Function IsVisible (locationReference As LocationReference) As Boolean

參數

locationReference
LocationReference

要評估的位置。

傳回

如果在目前範圍中會顯示 LocationReference,則為 true,否則為 false

適用於