Kpok Entity Tool 64 bits package.
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