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

Inheritance: System.Windows.Forms.UserControl, IVsPersistDocData, IPersistFileFormat
Mostra file Open project: Top-Cat/SteamBot Class Usage Examples

Protected Properties

Property Type Description
fileName string
serviceProvider Microsoft.VisualStudio.Shell.ServiceProvider

Public Methods

Method Description
GetClassID ( System.Guid &pClassID ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void
GetFileFormatList ( ) : string
LoadFile ( string fileName ) : void
SaveFile ( string fileName ) : void

Private Methods

Method Description
IPersist ( System.Guid &pClassID ) : int
IPersistFileFormat ( System.Guid &pClassID ) : int
IPersistFileFormat ( int &pfIsDirty ) : int
IPersistFileFormat ( string &ppszFormatList ) : int
IPersistFileFormat ( string pszFilename, int fRemember, uint nFormatIndex ) : int
IPersistFileFormat ( string &ppszFilename, uint &pnFormatIndex ) : int
IPersistFileFormat ( string pszFilename, uint grfMode, int fReadOnly ) : int
IPersistFileFormat ( uint nFormatIndex ) : int
IVsPersistDocData ( ) : int
IVsPersistDocData ( System.Guid &pClassID ) : int
IVsPersistDocData ( VSSAVEFLAGS dwSave, string &pbstrMkDocumentNew, int &pfSaveCanceled ) : int
IVsPersistDocData ( int &pfDirty ) : int
IVsPersistDocData ( string pszMkDocument ) : int
IVsPersistDocData ( uint grfFlags ) : int
IVsPersistDocData ( uint docCookie, IVsHierarchy pHierNew, uint itemidNew ) : int
IVsPersistDocData ( uint grfAttribs, IVsHierarchy pHierNew, uint itemidNew, string pszMkDocumentNew ) : int
QuerySave ( tagVSQuerySaveResult &qsResult ) : int

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetClassID() public method

public GetClassID ( System.Guid &pClassID ) : int
pClassID System.Guid
return int

GetFileFormatList() protected method

protected GetFileFormatList ( ) : string
return string

LoadFile() protected method

protected LoadFile ( string fileName ) : void
fileName string
return void

SaveFile() protected method

protected SaveFile ( string fileName ) : void
fileName string
return void

Property Details

fileName protected_oe property

protected string fileName
return string

serviceProvider protected_oe property

protected ServiceProvider,Microsoft.VisualStudio.Shell serviceProvider
return Microsoft.VisualStudio.Shell.ServiceProvider