VsShellUtilities.ShutdownToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a token that is canceled when the application is shutting down.
public:
static property System::Threading::CancellationToken ShutdownToken { System::Threading::CancellationToken get(); };
public static System.Threading.CancellationToken ShutdownToken { get; }
static member ShutdownToken : System.Threading.CancellationToken
Public ReadOnly Property ShutdownToken As CancellationToken
Property Value
Remarks
This property is safe to access from any thread.