C# Class MySql.Data.VisualStudio.Editors.VSCodeEditor

Mostrar archivo Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
VSCodeEditor ( ) : System
VSCodeEditor ( IntPtr parent, ServiceBroker services ) : System
VSCodeEditor ( Microsoft.VisualStudio.OLE.Interop.IServiceProvider psp ) : System

Private Methods

Method Description
CreateCodeWindow ( ) : void
CustomizeCodeWindow ( ) : void
Initialize ( string value ) : void
Replace ( string value ) : void

Method Details

VSCodeEditor() public method

public VSCodeEditor ( ) : System
return System

VSCodeEditor() public method

public VSCodeEditor ( IntPtr parent, ServiceBroker services ) : System
parent System.IntPtr
services ServiceBroker
return System

VSCodeEditor() public method

public VSCodeEditor ( Microsoft.VisualStudio.OLE.Interop.IServiceProvider psp ) : System
psp Microsoft.VisualStudio.OLE.Interop.IServiceProvider
return System