IDatabaseProjectNode.FileIconRequest Event
Raised when Solution Explorer requires an icon for a new file name extension.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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>
JScript does not support events.
Remarks
The icon is retrieved once and cached for later use.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace