Aracılığıyla paylaş


RunningDocumentTable.Unadvise Method

Indicates the client is no longer interested in receiving Running Document Table (RDT) events.

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

Syntax

'Bildirim
Public Sub Unadvise ( _
    cookie As UInteger _
)
public void Unadvise(
    uint cookie
)

Parameters

Remarks

This method is called when the client no longer wants to listen for RDT events. The cookie is the value that is associated with an IVsRunningDocTableEvents object and was returned from the Advise method.

.NET Framework Security

See Also

Reference

RunningDocumentTable Class

Microsoft.VisualStudio.Shell Namespace