Kpok Entity Tool 64 bits package.
Releases resources used by the package object.
public Void Dispose()Releases resources used by the package object
protected Void Dispose(disposing)| Name | Type | Summary |
|---|---|---|
| disposing | Boolean | This parameter determines whether the method has been called directly or indirectly by a user's code. |
Gets an output window pane for this extension.
public Task GetOutputWindowPaneAsync()An output window pane.
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 Task InitializeAsync(cancellationToken, progress)| Name | Type | Summary |
|---|---|---|
| cancellationToken | CancellationToken | |
| progress | IProgress<ServiceProgressData> |
In this document