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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable Sub ItemRenamed ( _
A_1 As ProjectItem, _
A_2 As String _
)
public virtual void ItemRenamed(
ProjectItem A_1,
string A_2
)
public:
virtual void ItemRenamed(
ProjectItem^ A_1,
String^ A_2
)
abstract ItemRenamed :
A_1:ProjectItem *
A_2:string -> unit
override ItemRenamed :
A_1:ProjectItem *
A_2:string -> unit
public function ItemRenamed(
A_1 : ProjectItem,
A_2 : String
)
Parameters
- A_1
Type: EnvDTE.ProjectItem
- A_2
Type: System.String
Implements
_dispProjectItemsEvents.ItemRenamed(ProjectItem, 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.