SelectionListener.OnElementValueChanged Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function OnElementValueChanged ( _
elementid As UInteger, _
varValueOld As Object, _
varValueNew As Object _
) As Integer
public virtual int OnElementValueChanged(
uint elementid,
Object varValueOld,
Object varValueNew
)
public:
virtual int OnElementValueChanged(
unsigned int elementid,
Object^ varValueOld,
Object^ varValueNew
)
abstract OnElementValueChanged :
elementid:uint32 *
varValueOld:Object *
varValueNew:Object -> int
override OnElementValueChanged :
elementid:uint32 *
varValueOld:Object *
varValueNew:Object -> int
public function OnElementValueChanged(
elementid : uint,
varValueOld : Object,
varValueNew : Object
) : int
Parameters
- elementid
Type: System.UInt32
- varValueOld
Type: System.Object
- varValueNew
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
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace