_dispProjectItemsEvents_ItemRemovedEventHandler デリゲート
更新 : 2007 年 11 月
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用。
名前空間 : EnvDTE
アセンブリ : EnvDTE (EnvDTE.dll 内)
構文
'宣言
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispProjectItemsEvents_ItemRemovedEventHandler ( _
ProjectItem As ProjectItem _
)
'使用
Dim instance As New _dispProjectItemsEvents_ItemRemovedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemRemovedEventHandler(
ProjectItem ProjectItem
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemRemovedEventHandler(
[InAttribute] ProjectItem^ ProjectItem
)
JScript では、デリゲートは使用できません。
パラメータ
ProjectItem
型 : EnvDTE.ProjectItem