Classe SelectionEventsClass
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Hierarquia de herança
Object
EnvDTE.SelectionEventsClass
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
<GuidAttribute("AF37511E-9E9D-4234-A5A1-7584D290E061")> _
<ClassInterfaceAttribute()> _
Public Class SelectionEventsClass _
Implements _SelectionEvents, SelectionEvents, _dispSelectionEvents_Event
[GuidAttribute("AF37511E-9E9D-4234-A5A1-7584D290E061")]
[ClassInterfaceAttribute()]
public class SelectionEventsClass : _SelectionEvents,
SelectionEvents, _dispSelectionEvents_Event
[GuidAttribute(L"AF37511E-9E9D-4234-A5A1-7584D290E061")]
[ClassInterfaceAttribute()]
public ref class SelectionEventsClass : _SelectionEvents,
SelectionEvents, _dispSelectionEvents_Event
[<GuidAttribute("AF37511E-9E9D-4234-A5A1-7584D290E061")>]
[<ClassInterfaceAttribute()>]
type SelectionEventsClass =
class
interface _SelectionEvents
interface SelectionEvents
interface _dispSelectionEvents_Event
end
public class SelectionEventsClass implements _SelectionEvents, SelectionEvents, _dispSelectionEvents_Event
O tipo SelectionEventsClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
SelectionEventsClass | Infraestrutura. Somente para uso interno da Microsoft. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
add_OnChange | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
remove_OnChange | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Eventos
Nome | Descrição | |
---|---|---|
![]() |
OnChange | Ocorre após a alteração do modelo de seleção. |
Superior
Comentários
Consulte SelectionEvents para essa funcionalidade. Não criar uma instância dessa classe.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.