Condividi tramite


Interfaccia VSProjectEvents

Fornisce l'accesso a eventi degli oggetti References, Imports e BuildManager.

Spazio dei nomi:  VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

Sintassi

'Dichiarazione
<GuidAttribute("F8B92546-F1A2-4066-92F6-FDF2E691A50C")> _
Public Interface VSProjectEvents
[GuidAttribute("F8B92546-F1A2-4066-92F6-FDF2E691A50C")]
public interface VSProjectEvents
[GuidAttribute(L"F8B92546-F1A2-4066-92F6-FDF2E691A50C")]
public interface class VSProjectEvents
[<GuidAttribute("F8B92546-F1A2-4066-92F6-FDF2E691A50C")>]
type VSProjectEvents =  interface end
public interface VSProjectEvents

Il tipo VSProjectEvents espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica BuildManagerEvents Ottiene un oggetto BuildManagerEvents che consente l'accesso agli eventi BuildManager.
Proprietà pubblica ImportsEvents Ottiene un oggetto ImportsEvents che consente l'accesso agli eventi dell'oggetto Imports.
Proprietà pubblica ReferencesEvents Ottiene un oggetto ReferencesEvents che consente l'accesso agli eventi dell'insieme References.

In alto

Note

L'oggetto fornisce l'accesso a livello di codice agli eventi di un progetto di Visual Basic o di Visual C#.

Esempi

Vedere Events.

Vedere anche

Riferimenti

Spazio dei nomi VSLangProj