C# 클래스 MySql.Data.VisualStudio.Editors.BaseEditorControl

상속: System.Windows.Forms.UserControl, IVsPersistDocData, IPersistFileFormat
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fileName string
serviceProvider Microsoft.VisualStudio.Shell.ServiceProvider

공개 메소드들

메소드 설명
GetClassID ( System.Guid &pClassID ) : int

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetFileFormatList ( ) : string
LoadFile ( string fileName ) : void
SaveFile ( string fileName ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetClassID() 공개 메소드

public GetClassID ( System.Guid &pClassID ) : int
pClassID System.Guid
리턴 int

GetFileFormatList() 보호된 메소드

protected GetFileFormatList ( ) : string
리턴 string

LoadFile() 보호된 메소드

protected LoadFile ( string fileName ) : void
fileName string
리턴 void

SaveFile() 보호된 메소드

protected SaveFile ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

fileName 보호되어 있는 프로퍼티

protected string fileName
리턴 string

serviceProvider 보호되어 있는 프로퍼티

protected ServiceProvider,Microsoft.VisualStudio.Shell serviceProvider
리턴 Microsoft.VisualStudio.Shell.ServiceProvider