Use AsyncPackage to load native c++ VSPackages in the background

Kamlesh Mishra 6 Reputation points
2023-03-30T05:29:52.3333333+00:00

Are there any examples of loading the native c++ written VSPackages , specifically implementing the AsyncPackage class

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
194 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 27,966 Reputation points Microsoft Vendor
    2023-03-30T07:40:08.6766667+00:00

    Hello, after checking the document, I can’t find a sample that implements the AsyncPackage in Native C++.

    You can send your feedback here.

    0 comments No comments

  2. Kamlesh Mishra 6 Reputation points
    2023-03-31T09:39:54.7133333+00:00

    Can i get a sample example of IAsyncLoadablePackageInitialize in c++

    0 comments No comments