SelectionEventsClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Inheritance Hierarchy

System.Object
  EnvDTE.SelectionEventsClass

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("AF37511E-9E9D-4234-A5A1-7584D290E061")> _
<ClassInterfaceAttribute()> _
Public Class SelectionEventsClass _
    Implements _SelectionEvents, SelectionEvents, _dispSelectionEvents_Event
[GuidAttribute("AF37511E-9E9D-4234-A5A1-7584D290E061")]
[ClassInterfaceAttribute()]
public class SelectionEventsClass : _SelectionEvents, 
    SelectionEvents, _dispSelectionEvents_Event
[GuidAttribute(L"AF37511E-9E9D-4234-A5A1-7584D290E061")]
[ClassInterfaceAttribute()]
public ref class SelectionEventsClass : _SelectionEvents, 
    SelectionEvents, _dispSelectionEvents_Event
[<GuidAttribute("AF37511E-9E9D-4234-A5A1-7584D290E061")>]
[<ClassInterfaceAttribute()>]
type SelectionEventsClass =  
    class 
        interface _SelectionEvents 
        interface SelectionEvents 
        interface _dispSelectionEvents_Event 
    end
public class SelectionEventsClass implements _SelectionEvents, SelectionEvents, _dispSelectionEvents_Event

The SelectionEventsClass type exposes the following members.

Constructors

  Name Description
Public method SelectionEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_OnChange Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_OnChange Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event OnChange Occurs after the selection model changes.

Top

Remarks

Refer to SelectionEvents for this functionality. Do not instantiate this class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EnvDTE Namespace