VsShellUtilities.ShutdownToken Property

Definition

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.

Applies to