C# 클래스 FSharp.ProjectExtender.Page

상속: IPropertyPage, IVsHierarchyEvents
파일 보기 프로젝트 열기: Hill30/F--Project-Extender

공개 메소드들

메소드 설명
Activate ( IntPtr parent, System.Windows.Forms.RECT pRect, int bModal ) : void
Apply ( ) : int
Deactivate ( ) : void
GetPageInfo ( PROPPAGEINFO pPageInfo ) : void
Help ( string pszHelpDir ) : void
IsPageDirty ( ) : int
Move ( System.Windows.Forms.RECT pRect ) : void
SetObjects ( uint count, object ppunk ) : void
SetPageSite ( IPropertyPageSite pPageSite ) : void
Show ( uint nCmdShow ) : void
TranslateAccelerator ( System.Windows.Forms.MSG pMsg ) : int

비공개 메소드들

메소드 설명
IVsHierarchyEvents ( IntPtr hicon ) : int
IVsHierarchyEvents ( uint itemidParent ) : int
IVsHierarchyEvents ( uint itemid, int propid, uint flags ) : int
IVsHierarchyEvents ( uint itemidParent, uint itemidSiblingPrev, uint itemidAdded ) : int

메소드 상세

Activate() 공개 메소드

public Activate ( IntPtr parent, System.Windows.Forms.RECT pRect, int bModal ) : void
parent System.IntPtr
pRect System.Windows.Forms.RECT
bModal int
리턴 void

Apply() 공개 메소드

public Apply ( ) : int
리턴 int

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

GetPageInfo() 공개 메소드

public GetPageInfo ( PROPPAGEINFO pPageInfo ) : void
pPageInfo PROPPAGEINFO
리턴 void

Help() 공개 메소드

public Help ( string pszHelpDir ) : void
pszHelpDir string
리턴 void

IsPageDirty() 공개 메소드

public IsPageDirty ( ) : int
리턴 int

Move() 공개 메소드

public Move ( System.Windows.Forms.RECT pRect ) : void
pRect System.Windows.Forms.RECT
리턴 void

SetObjects() 공개 메소드

public SetObjects ( uint count, object ppunk ) : void
count uint
ppunk object
리턴 void

SetPageSite() 공개 메소드

public SetPageSite ( IPropertyPageSite pPageSite ) : void
pPageSite IPropertyPageSite
리턴 void

Show() 공개 메소드

public Show ( uint nCmdShow ) : void
nCmdShow uint
리턴 void

TranslateAccelerator() 공개 메소드

public TranslateAccelerator ( System.Windows.Forms.MSG pMsg ) : int
pMsg System.Windows.Forms.MSG
리턴 int