Propriedade Events.SelectionEvents

Obtém o SelectionEvents da seleção.

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

Sintaxe

'Declaração
ReadOnly Property SelectionEvents As SelectionEvents
    Get
SelectionEvents SelectionEvents { get; }
property SelectionEvents^ SelectionEvents {
    SelectionEvents^ get ();
}
abstract SelectionEvents : SelectionEvents
function get SelectionEvents () : SelectionEvents

Valor de propriedade

Tipo: EnvDTE.SelectionEvents
A SelectionEvents objeto.

Comentários

Sempre que algo está selecionado no ambiente de desenvolvimento integrado (IDE), o ambiente cria um modelo da seleção. Os eventos fornecidos pelo Events objeto nesse caso informar Add-ins quando a SelectedItems coleção é atualizada.

Segurança do .NET Framework

Consulte também

Referência

Events Interface

Namespace EnvDTE