KpokEntityToolPackage

Kpok Entity Tool 64 bits package.

Namespace:
KpokEntityTool
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
Community.VisualStudio.Toolkit.ToolkitPackage
Implements:
System.IDisposable

Methods

Dispose

Releases resources used by the package object.

Signature:
public Void Dispose()

Dispose

Releases resources used by the package object

Signature:
protected Void Dispose(disposing)
Parameters
Name Type Summary
disposing Boolean This parameter determines whether the method has been called directly or indirectly by a user's code.

GetOutputWindowPaneAsync

Gets an output window pane for this extension.

Signature:
public Task GetOutputWindowPaneAsync()
Returns

An output window pane.

InitializeAsync

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.

Signature:
protected Task InitializeAsync(cancellationToken, progress)
Parameters
Name Type Summary
cancellationToken CancellationToken
progress IProgress<ServiceProgressData>