Propriedade Events.SelectionEvents

Obtém o SelectionEvents para a seleção.

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

Sintaxe

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

Valor de propriedade

Tipo: EnvDTE.SelectionEvents
A SelectionEvents object.

Comentários

Sempre que algo for selecionado no ambiente de desenvolvimento integrado (IDE), o ambiente cria um modelo da seleção.Os eventos fornecidos pelo Events objeto nesse caso deixe suplementos sabem quando o SelectedItems coleção é atualizada.

Segurança do .NET Framework

Consulte também

Referência

Events Interface

Namespace EnvDTE