C# Класс EditorConfig.VisualStudio.Helpers.ActiveDocumentRestorer

A class that handles tracking a document and switching back to it, typically in a using statement context.
Наследование: IDisposable
Показать файл Открыть проект

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