Share via


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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Sub Unadvise ( _
    cookie As UInteger _
)
public void Unadvise(
    uint cookie
)
public:
void Unadvise(
    unsigned int cookie
)
member Unadvise : 
        cookie:uint32 -> unit
public function Unadvise(
    cookie : uint
)

Parameters

  • cookie
    Type: UInt32

    [in] A unique value returned from the Advise method. See Remarks.

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