다음을 통해 공유


ITextView.IsClosed 속성

이 텍스트 뷰가 닫혔는지 여부를 확인합니다.

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

구문

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

속성 값

형식: Boolean
true 텍스트 뷰, 그렇지 않으면 닫혀 있으면 false.

.NET Framework 보안

참고 항목

참조

ITextView 인터페이스

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