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

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

Protected Properties

Свойство Type Description
fileName string
serviceProvider Microsoft.VisualStudio.Shell.ServiceProvider

Méthodes publiques

Méthode Description
GetClassID ( System.Guid &pClassID ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetFileFormatList ( ) : string
LoadFile ( string fileName ) : void
SaveFile ( string fileName ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetClassID() public méthode

public GetClassID ( System.Guid &pClassID ) : int
pClassID System.Guid
Résultat int

GetFileFormatList() protected méthode

protected GetFileFormatList ( ) : string
Résultat string

LoadFile() protected méthode

protected LoadFile ( string fileName ) : void
fileName string
Résultat void

SaveFile() protected méthode

protected SaveFile ( string fileName ) : void
fileName string
Résultat void

Property Details

fileName protected_oe property

protected string fileName
Résultat string

serviceProvider protected_oe property

protected ServiceProvider,Microsoft.VisualStudio.Shell serviceProvider
Résultat Microsoft.VisualStudio.Shell.ServiceProvider