IDatabaseProjectNode.FileIconRequest 事件
當 [方案總管] 需要新副檔名的圖示時引發。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
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 不支援事件。
備註
圖示會擷取一次,並供稍後使用。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。