다음을 통해 공유


IWpfTextViewLine.TextLines 속성

서식 있는 텍스트 줄 위로 텍스트 줄의 목록을 가져옵니다.

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

구문

‘선언
ReadOnly Property TextLines As ReadOnlyCollection(Of TextLine)
ReadOnlyCollection<TextLine> TextLines { get; }
property ReadOnlyCollection<TextLine^>^ TextLines {
    ReadOnlyCollection<TextLine^>^ get ();
}
abstract TextLines : ReadOnlyCollection<TextLine> with get
function get TextLines () : ReadOnlyCollection<TextLine>

속성 값

형식: ReadOnlyCollection<TextLine>
텍스트 줄의 읽기 전용 컬렉션입니다.

예외

예외 조건
ObjectDisposedException

IWpfTextViewLine 삭제 되었습니다.

.NET Framework 보안

참고 항목

참조

IWpfTextViewLine 인터페이스

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