다음을 통해 공유


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입니다.

적용 대상