C# Class VSEmbed.Roslyn.EditorWorkspace.FakeVsWindowFrame

Inheritance: IVsWindowFrame, IVsWindowFrame2
Mostrar archivo Open project: SLaks/VSEmbed

Public Methods

Method 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 method

public ActivateOwnerDockedWindow ( ) : int
return int

Advise() public method

public Advise ( IVsWindowFrameNotify pNotify, uint &pdwCookie ) : int
pNotify IVsWindowFrameNotify
pdwCookie uint
return int

CloseFrame() public method

public CloseFrame ( uint grfSaveOptions ) : int
grfSaveOptions uint
return int

GetFramePos() public method

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
return int

GetGuidProperty() public method

public GetGuidProperty ( int propid, System.Guid &pguid ) : int
propid int
pguid System.Guid
return int

GetProperty() public method

public GetProperty ( int propid, object &pvar ) : int
propid int
pvar object
return int

Hide() public method

public Hide ( ) : int
return int

IsOnScreen() public method

public IsOnScreen ( int &pfOnScreen ) : int
pfOnScreen int
return int

IsVisible() public method

public IsVisible ( ) : int
return int

QueryViewInterface() public method

public QueryViewInterface ( System.Guid &riid, IntPtr &ppv ) : int
riid System.Guid
ppv System.IntPtr
return int

SetFramePos() public method

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
return int

SetGuidProperty() public method

public SetGuidProperty ( int propid, System.Guid &rguid ) : int
propid int
rguid System.Guid
return int

SetProperty() public method

public SetProperty ( int propid, object var ) : int
propid int
var object
return int

Show() public method

public Show ( ) : int
return int

ShowNoActivate() public method

public ShowNoActivate ( ) : int
return int

Unadvise() public method

public Unadvise ( uint dwCookie ) : int
dwCookie uint
return int