Microsoft.VisualStudio.Editor.Mocks.TextSnapshotMock.GetText C# (CSharp) Method

GetText() public method

public GetText ( ) : string
return string
        public string GetText() {
            return TextProvider.GetText(new TextRange(0, TextProvider.Length));
        }

Same methods

TextSnapshotMock::GetText ( Span span ) : string
TextSnapshotMock::GetText ( int startIndex, int length ) : string