다음을 통해 공유


TextViewLayoutChangedEventArgs.TranslatedLines 속성

변환된 줄의 컬렉션을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property TranslatedLines As ReadOnlyCollection(Of ITextViewLine)
public ReadOnlyCollection<ITextViewLine> TranslatedLines { get; }
public:
property ReadOnlyCollection<ITextViewLine^>^ TranslatedLines {
    ReadOnlyCollection<ITextViewLine^>^ get ();
}
member TranslatedLines : ReadOnlyCollection<ITextViewLine> with get
function get TranslatedLines () : ReadOnlyCollection<ITextViewLine>

속성 값

형식: ReadOnlyCollection<ITextViewLine>
번역 된 줄의 컬렉션입니다.

.NET Framework 보안

참고 항목

참조

TextViewLayoutChangedEventArgs 클래스

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