IVsRunningDocumentTable.UnadviseRunningDocTableEvents(UInt32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disables the client from receiving notifications of changes to the RDT.
public:
int UnadviseRunningDocTableEvents(System::UInt32 dwCookie);
C++/CX
public:
int UnadviseRunningDocTableEvents(unsigned int dwCookie);
int UnadviseRunningDocTableEvents(unsigned int dwCookie);
public int UnadviseRunningDocTableEvents(uint dwCookie);
abstract member UnadviseRunningDocTableEvents : uint32 -> int
Public Function UnadviseRunningDocTableEvents (dwCookie As UInteger) As Integer
- dwCookie
- UInt32
[in] Abstract value that identifies the client that is to be disabled from receiving RDT events. See Remarks.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method is safe to access from any thread.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |