AsyncPackage Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyApplicationRegistryRoot

Gets the root registry key of the current Visual Studio registry hive.(Inherited from Package.)

System_CAPS_pubpropertyDisposalToken

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.

System_CAPS_protpropertyJoinableTaskCollection

Gets a JoinableTaskCollectionof asynchronous tasks started by this package.

System_CAPS_pubpropertyJoinableTaskFactory

Gets the factory to use for asynchronous tasks started by this package.

System_CAPS_pubpropertyUserDataPath

Gets the path to user data storage for Visual Studio.(Inherited from Package.)

System_CAPS_pubpropertyUserLocalDataPath

Gets the path to local user data storage for Visual Studio.(Inherited from Package.)

System_CAPS_pubpropertyUserRegistryRoot

Gets a registry key that can be used to store user data.(Inherited from Package.)

System_CAPS_pubpropertyZombied

Gets a value indicating whether the package in the process of shutdown.(Inherited from Package.)

Return to top
Show: