SelectionEventsClass Class

Definition

Microsoft Internal Use Only.

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

public ref class SelectionEventsClass : EnvDTE::SelectionEvents
public ref class SelectionEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class SelectionEventsClass : EnvDTE::SelectionEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispSelectionEvents\0")]
[System.Runtime.InteropServices.Guid("AF37511E-9E9D-4234-A5A1-7584D290E061")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class SelectionEventsClass : EnvDTE.SelectionEvents
[System.Runtime.InteropServices.Guid("AF37511E-9E9D-4234-A5A1-7584D290E061")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispSelectionEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class SelectionEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispSelectionEvents\0")>]
[<System.Runtime.InteropServices.Guid("AF37511E-9E9D-4234-A5A1-7584D290E061")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type SelectionEventsClass = class
    interface _SelectionEvents
    interface SelectionEvents
    interface _dispSelectionEvents_Event
[<System.Runtime.InteropServices.Guid("AF37511E-9E9D-4234-A5A1-7584D290E061")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispSelectionEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type SelectionEventsClass = class
Public Class SelectionEventsClass
Implements SelectionEvents
Public Class SelectionEventsClass
Inheritance
SelectionEventsClass
Attributes
Implements

Remarks

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

Constructors

SelectionEventsClass()

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

Microsoft Internal Use Only.

Methods

add_OnChange(_dispSelectionEvents_OnChangeEventHandler)
remove_OnChange(_dispSelectionEvents_OnChangeEventHandler)

Events

OnChange

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

Occurs after the selection model changes.

Applies to