IVsUICollectionChangeEvents.Disconnect Method
Disconnects from the datasource.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function Disconnect ( _
pSource As IVsUISimpleDataSource _
) As Integer
int Disconnect(
IVsUISimpleDataSource pSource
)
int Disconnect(
[InAttribute] IVsUISimpleDataSource^ pSource
)
abstract Disconnect :
pSource:IVsUISimpleDataSource -> int
function Disconnect(
pSource : IVsUISimpleDataSource
) : int
Parameters
- pSource
Type: Microsoft.VisualStudio.Shell.Interop.IVsUISimpleDataSource
[in] The simple data source being monitored.
Return Value
Type: System.Int32
Ignored.
Implements
IVsUIEventSink.Disconnect(IVsUISimpleDataSource)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.