Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Signifies that the specified item in the project was renamed.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub ItemRenamed ( _
Item As Object, _
ItemParent As Object, _
OldName As String _
)
void ItemRenamed(
Object Item,
Object ItemParent,
string OldName
)
void ItemRenamed(
Object^ Item,
Object^ ItemParent,
String^ OldName
)
abstract ItemRenamed :
Item:Object *
ItemParent:Object *
OldName:string -> unit
function ItemRenamed(
Item : Object,
ItemParent : Object,
OldName : String
)
Parameters
Item
Type: ObjectRequired. The item.
ItemParent
Type: ObjectRequired. The item's parent.
OldName
Type: StringRequired. The previous name.
Remarks
The ItemRenamed method fires when an item is renamed in a VCProject, VCFilter, or VCFile 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.