C# 클래스 EditorConfig.VisualStudio.Helpers.ActiveDocumentRestorer

A class that handles tracking a document and switching back to it, typically in a using statement context.
상속: IDisposable
파일 보기 프로젝트 열기: editorconfig/editorconfig-visualstudio

Private Properties

프로퍼티 타입 설명
ActiveDocumentRestorer System
RestoreTrackedDocument void
StartTracking void

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

비공개 메소드들

메소드 설명
ActiveDocumentRestorer ( EditorConfigPackage package ) : System

Initializes a new instance of the ActiveDocumentRestorer class.

RestoreTrackedDocument ( ) : void

Restores the tracked document if not already active.

StartTracking ( ) : void

Starts tracking the active document.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void