RunningDocumentTable.Unadvise Method

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Sub Unadvise ( _
    cookie As UInteger _
)
[CLSCompliantAttribute(false)]
public void Unadvise(
    uint cookie
)
[CLSCompliantAttribute(false)]
public:
void Unadvise(
    unsigned int cookie
)
[<CLSCompliantAttribute(false)>]
member Unadvise : 
        cookie:uint32 -> unit 
public function Unadvise(
    cookie : uint
)

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