Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Signifies that the specified item was removed from the project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub ItemRemoved ( _
Item As Object, _
ItemParent As Object _
)
void ItemRemoved(
Object Item,
Object ItemParent
)
void ItemRemoved(
Object^ Item,
Object^ ItemParent
)
abstract ItemRemoved :
Item:Object *
ItemParent:Object -> unit
function ItemRemoved(
Item : Object,
ItemParent : Object
)
Parameters
- Item
Type: System.Object
Required. The item to be removed.
- ItemParent
Type: System.Object
Required. The item's parent.
Remarks
The ItemRemoved method fires when an item is removed from a VCFilter or VCFile.
.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.