MonitorSelectionServiceHelper.IVsSelectionEvents.OnElementValueChanged Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Private Function OnElementValueChanged ( _
elementid As UInteger, _
oldValue As Object, _
newValue As Object _
) As Integer Implements IVsSelectionEvents.OnElementValueChanged
'Usage
Dim instance As MonitorSelectionServiceHelper
Dim elementid As UInteger
Dim oldValue As Object
Dim newValue As Object
Dim returnValue As Integer
returnValue = CType(instance, IVsSelectionEvents).OnElementValueChanged(elementid, _
oldValue, newValue)
int IVsSelectionEvents.OnElementValueChanged(
uint elementid,
Object oldValue,
Object newValue
)
private:
virtual int OnElementValueChanged(
unsigned int elementid,
Object^ oldValue,
Object^ newValue
) sealed = IVsSelectionEvents::OnElementValueChanged
JScript does not support explicit interface implementations.
private abstract OnElementValueChanged :
elementid:uint32 *
oldValue:Object *
newValue:Object -> int
private override OnElementValueChanged :
elementid:uint32 *
oldValue:Object *
newValue:Object -> int
Parameters
- elementid
Type: System.UInt32
- oldValue
Type: System.Object
- newValue
Type: System.Object
Return Value
Type: System.Int32
Implements
IVsSelectionEvents.OnElementValueChanged(UInt32, Object, Object)
.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.
See Also
Reference
MonitorSelectionServiceHelper Class
MonitorSelectionServiceHelper Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace