Partilhar via


Evento IDatabaseProjectNode.FileIconRequest

Gerado quando o Solution Explorer requer um ícone para uma nova extensão de nome de arquivo.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Event FileIconRequest As EventHandler(Of FileIconRequestEventArgs)
event EventHandler<FileIconRequestEventArgs> FileIconRequest
 event EventHandler<FileIconRequestEventArgs^>^ FileIconRequest {
    void add (EventHandler<FileIconRequestEventArgs^>^ value);
    void remove (EventHandler<FileIconRequestEventArgs^>^ value);
}
abstract FileIconRequest : IEvent<EventHandler<FileIconRequestEventArgs>,
    FileIconRequestEventArgs>
O JScript não oferece suporte a eventos.

Comentários

O ícone é recuperado depois e em cache para uso posterior.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectNode Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project