LocationReferenceEnvironment.IsVisible(LocationReference) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,判斷在現有範圍中是否會顯示指定的 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
。