_dispVCProjectEngineEvents_SinkHelper.ItemRenamed 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 ItemRenamed ( _
A_1 As Object, _
A_2 As Object, _
A_3 As String _
)
public virtual void ItemRenamed(
Object A_1,
Object A_2,
string A_3
)
public:
virtual void ItemRenamed(
Object^ A_1,
Object^ A_2,
String^ A_3
)
abstract ItemRenamed :
A_1:Object *
A_2:Object *
A_3:string -> unit
override ItemRenamed :
A_1:Object *
A_2:Object *
A_3:string -> unit
public function ItemRenamed(
A_1 : Object,
A_2 : Object,
A_3 : String
)
Parameters
- A_1
Type: System.Object
- A_2
Type: System.Object
- A_3
Type: System.String
Implements
_dispVCProjectEngineEvents.ItemRenamed(Object, Object, String)
.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.