Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Removes the calling RPC-based component as a component for a specified Visual Studio Analyzer session.
Syntax
HRESULT VSAEndSession([in] long vaaID**)**;
Parameters
vaaID
Unique identifier for this invocation of this component.
Remarks
You can make repeated calls to EndSession during the same session, as long as you have a matching BeginSession call for each EndSession call. You cannot nest calls.
| Accepted | Not Accepted |
| BeginSession | BeginSession |
| EndSession | BeginSession |
| BeginSession | EndSession |
| EndSession | EndSession |