C# Class VSEmbed.Roslyn.EditorWorkspace.FakeVsWindowFrame

Inheritance: IVsWindowFrame, IVsWindowFrame2
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode Description
ActivateOwnerDockedWindow ( ) : int
Advise ( IVsWindowFrameNotify pNotify, uint &pdwCookie ) : int
CloseFrame ( uint grfSaveOptions ) : int
GetFramePos ( VSSETFRAMEPOS pdwSFP, System.Guid &pguidRelativeTo, int &px, int &py, int &pcx, int &pcy ) : int
GetGuidProperty ( int propid, System.Guid &pguid ) : int
GetProperty ( int propid, object &pvar ) : int
Hide ( ) : int
IsOnScreen ( int &pfOnScreen ) : int
IsVisible ( ) : int
QueryViewInterface ( System.Guid &riid, IntPtr &ppv ) : int
SetFramePos ( VSSETFRAMEPOS dwSFP, System.Guid &rguidRelativeTo, int x, int y, int cx, int cy ) : int
SetGuidProperty ( int propid, System.Guid &rguid ) : int
SetProperty ( int propid, object var ) : int
Show ( ) : int
ShowNoActivate ( ) : int
Unadvise ( uint dwCookie ) : int

Method Details

ActivateOwnerDockedWindow() public méthode

public ActivateOwnerDockedWindow ( ) : int
Résultat int

Advise() public méthode

public Advise ( IVsWindowFrameNotify pNotify, uint &pdwCookie ) : int
pNotify IVsWindowFrameNotify
pdwCookie uint
Résultat int

CloseFrame() public méthode

public CloseFrame ( uint grfSaveOptions ) : int
grfSaveOptions uint
Résultat int

GetFramePos() public méthode

public GetFramePos ( VSSETFRAMEPOS pdwSFP, System.Guid &pguidRelativeTo, int &px, int &py, int &pcx, int &pcy ) : int
pdwSFP VSSETFRAMEPOS
pguidRelativeTo System.Guid
px int
py int
pcx int
pcy int
Résultat int

GetGuidProperty() public méthode

public GetGuidProperty ( int propid, System.Guid &pguid ) : int
propid int
pguid System.Guid
Résultat int

GetProperty() public méthode

public GetProperty ( int propid, object &pvar ) : int
propid int
pvar object
Résultat int

Hide() public méthode

public Hide ( ) : int
Résultat int

IsOnScreen() public méthode

public IsOnScreen ( int &pfOnScreen ) : int
pfOnScreen int
Résultat int

IsVisible() public méthode

public IsVisible ( ) : int
Résultat int

QueryViewInterface() public méthode

public QueryViewInterface ( System.Guid &riid, IntPtr &ppv ) : int
riid System.Guid
ppv System.IntPtr
Résultat int

SetFramePos() public méthode

public SetFramePos ( VSSETFRAMEPOS dwSFP, System.Guid &rguidRelativeTo, int x, int y, int cx, int cy ) : int
dwSFP VSSETFRAMEPOS
rguidRelativeTo System.Guid
x int
y int
cx int
cy int
Résultat int

SetGuidProperty() public méthode

public SetGuidProperty ( int propid, System.Guid &rguid ) : int
propid int
rguid System.Guid
Résultat int

SetProperty() public méthode

public SetProperty ( int propid, object var ) : int
propid int
var object
Résultat int

Show() public méthode

public Show ( ) : int
Résultat int

ShowNoActivate() public méthode

public ShowNoActivate ( ) : int
Résultat int

Unadvise() public méthode

public Unadvise ( uint dwCookie ) : int
dwCookie uint
Résultat int