C# Class Microsoft.VisualStudio.LanguageServices.Implementation.VisualStudioDocumentTrackingService.FrameListener

Inheritance: IVsWindowFrameNotify, IVsWindowFrameNotify2, IDisposable
Datei anzeigen Open project: lodejard/AllNetCore

Public Properties

Property Type Description
Frame IVsWindowFrame
Id DocumentId

Public Methods

Method Description
Dispose ( ) : void
FrameListener ( VisualStudioDocumentTrackingService service, IVsWindowFrame frame, DocumentId id ) : System
OnClose ( uint &pgrfSaveOptions ) : int
OnDockableChange ( int fDockable ) : int
OnMove ( ) : int
OnShow ( int fShow ) : int
OnSize ( ) : int

Private Methods

Method Description
Disconnect ( ) : int
GetDebuggerDisplay ( ) : string
Unadvise ( ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FrameListener() public method

public FrameListener ( VisualStudioDocumentTrackingService service, IVsWindowFrame frame, DocumentId id ) : System
service VisualStudioDocumentTrackingService
frame IVsWindowFrame
id DocumentId
return System

OnClose() public method

public OnClose ( uint &pgrfSaveOptions ) : int
pgrfSaveOptions uint
return int

OnDockableChange() public method

public OnDockableChange ( int fDockable ) : int
fDockable int
return int

OnMove() public method

public OnMove ( ) : int
return int

OnShow() public method

public OnShow ( int fShow ) : int
fShow int
return int

OnSize() public method

public OnSize ( ) : int
return int

Property Details

Frame public_oe property

public IVsWindowFrame Frame
return IVsWindowFrame

Id public_oe property

public DocumentId Id
return DocumentId