_dispVCProjectEngineEvents_SinkHelper.ItemAdded Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
Public Overridable Sub ItemAdded ( _
A_1 As Object, _
A_2 As Object _
)
public virtual void ItemAdded(
Object A_1,
Object A_2
)
public:
virtual void ItemAdded(
Object^ A_1,
Object^ A_2
)
abstract ItemAdded :
A_1:Object *
A_2:Object -> unit
override ItemAdded :
A_1:Object *
A_2:Object -> unit
public function ItemAdded(
A_1 : Object,
A_2 : Object
)
Parameters
- A_1
Type: System.Object
- A_2
Type: System.Object
Implements
_dispVCProjectEngineEvents.ItemAdded(Object, Object)
.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.