다음을 통해 공유


ITextView.HasAggregateFocus 속성

뷰 또는 뷰의 도구 영역 중 하나에 포커스가 있는지 여부를 확인합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
ReadOnly Property HasAggregateFocus As Boolean
bool HasAggregateFocus { get; }
property bool HasAggregateFocus {
    bool get ();
}
abstract HasAggregateFocus : bool with get
function get HasAggregateFocus () : boolean

속성 값

형식: Boolean
true 보기, 그렇지 않으면 포커스가 있으면 false.

.NET Framework 보안

참고 항목

참조

ITextView 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스