Partilhar via


Interface IVsIntellisenseProjectEventSink

 

Define as funções de evento para um projeto do Intellisense.(IVsIntellisenseProject).

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

[InterfaceTypeAttribute(1)]
[GuidAttribute("DFB5C0C2-817E-4A19-8C6D-E387FD68B50B")]
public interface IVsIntellisenseProjectEventSink
[InterfaceTypeAttribute(1)]
[GuidAttribute("DFB5C0C2-817E-4A19-8C6D-E387FD68B50B")]
public interface class IVsIntellisenseProjectEventSink
[<InterfaceTypeAttribute(1)>]
[<GuidAttribute("DFB5C0C2-817E-4A19-8C6D-E387FD68B50B")>]
type IVsIntellisenseProjectEventSink = interface end
<InterfaceTypeAttribute(1)>
<GuidAttribute("DFB5C0C2-817E-4A19-8C6D-E387FD68B50B")>
Public Interface IVsIntellisenseProjectEventSink

Métodos

Nome Descrição
System_CAPS_pubmethod OnCodeFileChange(String, String)

Chamado quando o arquivo de código-fonte é alterada.

System_CAPS_pubmethod OnConfigChange()

Chamado quando o arquivo de configuração é alterada.

System_CAPS_pubmethod OnReferenceChange(UInt32, String)

Chamado quando uma referência nas alterações de projeto.

System_CAPS_pubmethod OnStatusChange(UInt32)

Método chamado quando o status do projeto é alterado.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo