Method | Description | |
---|---|---|
Initialize ( JoinableTaskContext taskContext ) : void | ||
InitializeForTest ( JoinableTaskContext taskContext ) : void | ||
OnDebuggerOptionChanged ( object sender, ValueChangedEventArgs args ) : void | ||
UninitializeForTest ( ) : void | ||
YetiVSIPackage ( ) : Microsoft.VisualStudio.Shell |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
CreateService ( IServiceContainer container, Type serviceType ) : object |
public Initialize ( JoinableTaskContext taskContext ) : void | ||
taskContext | JoinableTaskContext | |
return | void |
public InitializeForTest ( JoinableTaskContext taskContext ) : void | ||
taskContext | JoinableTaskContext | |
return | void |
public OnDebuggerOptionChanged ( object sender, ValueChangedEventArgs args ) : void | ||
sender | object | |
args | ValueChangedEventArgs | |
return | void |
public YetiVSIPackage ( ) : Microsoft.VisualStudio.Shell | ||
return | Microsoft.VisualStudio.Shell |