IVsUIDataSourcePropertyChangeEvents.Disconnect(IVsUISimpleDataSource) Method
Definition
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.
Stop receiving change information.
public:
int Disconnect(Microsoft::VisualStudio::Shell::Interop::IVsUISimpleDataSource ^ pSource);
public:
int Disconnect(Microsoft::VisualStudio::Shell::Interop::IVsUISimpleDataSource ^ pSource);
int Disconnect(Microsoft::VisualStudio::Shell::Interop::IVsUISimpleDataSource const & pSource);
public int Disconnect (Microsoft.VisualStudio.Shell.Interop.IVsUISimpleDataSource pSource);
abstract member Disconnect : Microsoft.VisualStudio.Shell.Interop.IVsUISimpleDataSource -> int
Public Function Disconnect (pSource As IVsUISimpleDataSource) As Integer
Parameters
- pSource
- IVsUISimpleDataSource
[in] The source to disconnect from.
Returns
Returns S_OK if the source was disconnected.