IVCProjectEngineEvents.ItemAdded Method
Signifies that the specified item was added to the project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub ItemAdded ( _
Item As Object, _
ItemParent As Object _
)
void ItemAdded(
Object Item,
Object ItemParent
)
void ItemAdded(
Object^ Item,
Object^ ItemParent
)
abstract ItemAdded :
Item:Object *
ItemParent:Object -> unit
function ItemAdded(
Item : Object,
ItemParent : Object
)
Parameters
Item
Type: System.ObjectRequired. The item that was added.
ItemParent
Type: System.ObjectRequired. The item's parent.
Remarks
ItemAdded fires when an item is added to a VCProject, 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.