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

Constructors

KpokEntityToolPackage

Default constructor

Signature:
public Void KpokEntityToolPackage()

Methods

GetOutputWindowPaneAsync

Gets an output window pane for this extension.

Signature:
public Task<OutputWindowPane> 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>