C# Class Microsoft.Languages.Editor.Application.Core.CoreEditor

Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description
ApplyDefaultSettings void
CreateTextViewHost void
SetGlobalEditorOptions void

Public Methods

Method Description
Close ( ) : void
CoreEditor ( ICoreShell coreShell, string text, string filePath, string contentTypeName ) : System
Focus ( ) : void
GoTo ( int line, int offsetFromStart, int length ) : void
SelectAll ( ) : void

Private Methods

Method Description
ApplyDefaultSettings ( ) : void
CreateTextViewHost ( string text, string filePath ) : void
SetGlobalEditorOptions ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

CoreEditor() public method

public CoreEditor ( ICoreShell coreShell, string text, string filePath, string contentTypeName ) : System
coreShell ICoreShell
text string
filePath string
contentTypeName string
return System

Focus() public method

public Focus ( ) : void
return void

GoTo() public method

public GoTo ( int line, int offsetFromStart, int length ) : void
line int
offsetFromStart int
length int
return void

SelectAll() public method

public SelectAll ( ) : void
return void