Udostępnij za pośrednictwem


Events2.SelectionEvents Property

Gets the SelectionEvents for the selection.

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

Syntax

'Declaration
ReadOnly Property SelectionEvents As SelectionEvents
'Usage
Dim instance As Events2 
Dim value As SelectionEvents 

value = instance.SelectionEvents
SelectionEvents SelectionEvents { get; }
property SelectionEvents^ SelectionEvents {
    SelectionEvents^ get ();
}
function get SelectionEvents () : SelectionEvents

Property Value

Type: EnvDTE.SelectionEvents
A SelectionEvents object.

Implements

Events.SelectionEvents

Remarks

Whenever something is selected in the development environment, the environment creates a model of the selection. The events provided by the Events object in this case let Add-ins know when the SelectedItems collection is updated.

.NET Framework Security

See Also

Reference

Events2 Interface

Events2 Members

SelectionEvents Overload

EnvDTE80 Namespace