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

Inheritance: IVsWindowFrameNotify, IVsWindowFrameNotify2, IDisposable
Afficher le fichier Open project: lodejard/AllNetCore

Méthodes publiques

Свойство Type Description
Frame IVsWindowFrame
Id DocumentId

Méthodes publiques

Méthode 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

Méthode Description
Disconnect ( ) : int
GetDebuggerDisplay ( ) : string
Unadvise ( ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FrameListener() public méthode

public FrameListener ( VisualStudioDocumentTrackingService service, IVsWindowFrame frame, DocumentId id ) : System
service VisualStudioDocumentTrackingService
frame IVsWindowFrame
id DocumentId
Résultat System

OnClose() public méthode

public OnClose ( uint &pgrfSaveOptions ) : int
pgrfSaveOptions uint
Résultat int

OnDockableChange() public méthode

public OnDockableChange ( int fDockable ) : int
fDockable int
Résultat int

OnMove() public méthode

public OnMove ( ) : int
Résultat int

OnShow() public méthode

public OnShow ( int fShow ) : int
fShow int
Résultat int

OnSize() public méthode

public OnSize ( ) : int
Résultat int

Property Details

Frame public_oe property

public IVsWindowFrame Frame
Résultat IVsWindowFrame

Id public_oe property

public DocumentId Id
Résultat DocumentId