C# 클래스 VSEmbed.Roslyn.EditorWorkspace.FakeVsWindowFrame

상속: IVsWindowFrame, IVsWindowFrame2
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

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

메소드 상세

ActivateOwnerDockedWindow() 공개 메소드

public ActivateOwnerDockedWindow ( ) : int
리턴 int

Advise() 공개 메소드

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

CloseFrame() 공개 메소드

public CloseFrame ( uint grfSaveOptions ) : int
grfSaveOptions uint
리턴 int

GetFramePos() 공개 메소드

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
리턴 int

GetGuidProperty() 공개 메소드

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

GetProperty() 공개 메소드

public GetProperty ( int propid, object &pvar ) : int
propid int
pvar object
리턴 int

Hide() 공개 메소드

public Hide ( ) : int
리턴 int

IsOnScreen() 공개 메소드

public IsOnScreen ( int &pfOnScreen ) : int
pfOnScreen int
리턴 int

IsVisible() 공개 메소드

public IsVisible ( ) : int
리턴 int

QueryViewInterface() 공개 메소드

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

SetFramePos() 공개 메소드

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
리턴 int

SetGuidProperty() 공개 메소드

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

SetProperty() 공개 메소드

public SetProperty ( int propid, object var ) : int
propid int
var object
리턴 int

Show() 공개 메소드

public Show ( ) : int
리턴 int

ShowNoActivate() 공개 메소드

public ShowNoActivate ( ) : int
리턴 int

Unadvise() 공개 메소드

public Unadvise ( uint dwCookie ) : int
dwCookie uint
리턴 int