AsyncPackage Properties
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationRegistryRoot | Gets the root registry key of the current Visual Studio registry hive.(Inherited from Package.) |
![]() | DisposalToken | Exposes a CancellationToken that can be used to check if the package has been disposed. This can happen for asynchronous tasks that are running on a background thread when Visual Studio has started to shut down. |
![]() | JoinableTaskCollection | Gets a JoinableTaskCollectionof asynchronous tasks started by this package. |
![]() | JoinableTaskFactory | Gets the factory to use for asynchronous tasks started by this package. |
![]() | UserDataPath | Gets the path to user data storage for Visual Studio.(Inherited from Package.) |
![]() | UserLocalDataPath | Gets the path to local user data storage for Visual Studio.(Inherited from Package.) |
![]() | UserRegistryRoot | Gets a registry key that can be used to store user data.(Inherited from Package.) |
![]() | Zombied | Gets a value indicating whether the package in the process of shutdown.(Inherited from Package.) |

