Classe VsSmartTagTipWindowClass
Controla a interação com uma janela de dica.
Hierarquia de herança
Object
Microsoft.VisualStudio.TextManager.Interop.VsSmartTagTipWindowClass
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
<GuidAttribute("5A46C6DE-1FE4-43B8-8E1E-598AE65F184A")> _
<ClassInterfaceAttribute()> _
Public Class VsSmartTagTipWindowClass _
Implements IVsSmartTagTipWindow, VsSmartTagTipWindow
[GuidAttribute("5A46C6DE-1FE4-43B8-8E1E-598AE65F184A")]
[ClassInterfaceAttribute()]
public class VsSmartTagTipWindowClass : IVsSmartTagTipWindow,
VsSmartTagTipWindow
[GuidAttribute(L"5A46C6DE-1FE4-43B8-8E1E-598AE65F184A")]
[ClassInterfaceAttribute()]
public ref class VsSmartTagTipWindowClass : IVsSmartTagTipWindow,
VsSmartTagTipWindow
[<GuidAttribute("5A46C6DE-1FE4-43B8-8E1E-598AE65F184A")>]
[<ClassInterfaceAttribute()>]
type VsSmartTagTipWindowClass =
class
interface IVsSmartTagTipWindow
interface VsSmartTagTipWindow
end
public class VsSmartTagTipWindowClass implements IVsSmartTagTipWindow, VsSmartTagTipWindow
O tipo VsSmartTagTipWindowClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
VsSmartTagTipWindowClass | Inicializa uma nova instância de VsSmartTagTipWindowClass. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Dismiss | A janela está sendo descartada pelo modo de exibição. |
![]() |
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.) |
![]() |
GetContextStream | Retorna o fluxo de contexto (a posição e tamanho do texto no buffer que não deve ser obscurecido pela janela de dica, mas para que o conteúdo da dica está relacionado). |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetSizePreferences | Retorna as preferências de tamanho de uma janela de dica. |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
Paint | |
![]() |
SetSmartTagData | Conjuntos de inteligente de dados da etiqueta. |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
![]() |
WndProc |
Superior
Comentários
Você não pode criar uma instância dessa classe com o new palavra-chave. Em vez disso, você deve obter o ILocalRegistry de objetos e criar o objeto com CreateInstance. O MPF encapsula esse método com CreateInstance.
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.