SelectionEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("AF37511E-9E9D-4234-A5A1-7584D290E061")> _
Public Class SelectionEventsClass _
Implements _SelectionEvents, SelectionEvents, _dispSelectionEvents_Event
'Usage
Dim instance As SelectionEventsClass
[ClassInterfaceAttribute()]
[GuidAttribute("AF37511E-9E9D-4234-A5A1-7584D290E061")]
public class SelectionEventsClass : _SelectionEvents,
SelectionEvents, _dispSelectionEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"AF37511E-9E9D-4234-A5A1-7584D290E061")]
public ref class SelectionEventsClass : _SelectionEvents,
SelectionEvents, _dispSelectionEvents_Event
public class SelectionEventsClass implements _SelectionEvents, SelectionEvents, _dispSelectionEvents_Event
Remarks
Refer to SelectionEvents for this functionality. Do not instantiate this class.
Inheritance Hierarchy
System.Object
EnvDTE.SelectionEventsClass
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.