C# Класс Nitra.VisualStudio.NitraCommonVsPackage

Наследование: Microsoft.VisualStudio.Shell.Package
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Instance NitraCommonVsPackage

Открытые методы

Метод Описание
NitraCommonVsPackage ( ) : System

Initializes a new instance of the NitraCommonVsPackage class.

SetFindResult ( IVsSimpleObjectList2 findResults ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
Initialize ( ) : void

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.

Приватные методы

Метод Описание
FileAdded ( object sender, HierarchyItemEventArgs e ) : void
FileDeleted ( object sender, HierarchyItemEventArgs e ) : void
Listener_ReferenceAdded ( object sender, ReferenceEventArgs e ) : void
OnDocumentWindowDestroy ( object sender, DocumentWindowEventArgs e ) : void
OnDocumentWindowOnScreenChanged ( object sender, DocumentWindowOnScreenChangedEventArgs e ) : void
SolutionEvents_OnAfterAsynchOpenProject ( object sender, OpenProjectEventArgs e ) : void
SolutionEvents_OnAfterBackgroundSolutionLoadComplete ( object sender, EventArgs e ) : void
SolutionEvents_OnAfterChangeProjectParent ( object sender, Microsoft e ) : void
SolutionEvents_OnAfterCloseSolution ( object sender, EventArgs e ) : void
SolutionEvents_OnAfterClosingChildren ( object sender, Microsoft e ) : void
SolutionEvents_OnAfterLoadProject ( object sender, LoadProjectEventArgs e ) : void
SolutionEvents_OnAfterLoadProjectBatch ( object sender, LoadProjectBatchEventArgs e ) : void
SolutionEvents_OnAfterMergeSolution ( object sender, EventArgs e ) : void
SolutionEvents_OnAfterOpenProject ( object sender, OpenProjectEventArgs e ) : void
SolutionEvents_OnAfterOpenSolution ( object sender, OpenSolutionEventArgs e ) : void
SolutionEvents_OnAfterOpeningChildren ( object sender, Microsoft e ) : void
SolutionEvents_OnAfterRenameProject ( object sender, HierarchyEventArgs e ) : void
SolutionEvents_OnBeforeBackgroundSolutionLoadBegins ( object sender, EventArgs e ) : void
SolutionEvents_OnBeforeCloseProject ( object sender, CloseProjectEventArgs e ) : void
SolutionEvents_OnBeforeCloseSolution ( object sender, EventArgs e ) : void
SolutionEvents_OnBeforeClosingChildren ( object sender, HierarchyEventArgs e ) : void
SolutionEvents_OnBeforeLoadProjectBatch ( object sender, LoadProjectBatchEventArgs e ) : void
SolutionEvents_OnBeforeOpenProject ( object sender, BeforeOpenProjectEventArgs e ) : void
SolutionEvents_OnBeforeOpenSolution ( object sender, BeforeOpenSolutionEventArgs e ) : void
SolutionEvents_OnBeforeOpeningChildren ( object sender, HierarchyEventArgs e ) : void
SolutionEvents_OnBeforeUnloadProject ( object sender, LoadProjectEventArgs e ) : void
SolutionEvents_OnQueryBackgroundLoadProjectBatch ( object sender, QueryLoadProjectBatchEventArgs e ) : void
SolutionEvents_OnQueryChangeProjectParent ( object sender, QueryChangeProjectParentEventArgs e ) : void
SolutionEvents_OnQueryCloseProject ( object sender, QueryCloseProjectEventArgs e ) : void
SolutionEvents_OnQueryCloseSolution ( object sender, CancelEventArgs e ) : void
SolutionEvents_OnQueryUnloadProject ( object sender, CancelHierarchyEventArgs e ) : void
SubscibeToSolutionEvents ( ) : void
UnsubscibeToSolutionEvents ( ) : void

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Initialize() защищенный Метод

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
protected Initialize ( ) : void
Результат void

NitraCommonVsPackage() публичный Метод

Initializes a new instance of the NitraCommonVsPackage class.
public NitraCommonVsPackage ( ) : System
Результат System

SetFindResult() публичный Метод

public SetFindResult ( IVsSimpleObjectList2 findResults ) : void
findResults IVsSimpleObjectList2
Результат void

Описание свойств

Instance публичное статическое свойство

public static NitraCommonVsPackage,Nitra.VisualStudio Instance
Результат NitraCommonVsPackage