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 ProjectRenamed ( _
A_1 As Project, _
A_2 As String _
)
public virtual void ProjectRenamed(
Project A_1,
string A_2
)
public:
virtual void ProjectRenamed(
Project^ A_1,
String^ A_2
)
abstract ProjectRenamed :
A_1:Project *
A_2:string -> unit
override ProjectRenamed :
A_1:Project *
A_2:string -> unit
public function ProjectRenamed(
A_1 : Project,
A_2 : String
)
Parameters
- A_1
Type: EnvDTE.Project
- A_2
Type: System.String
Implements
_dispSolutionEvents.ProjectRenamed(Project, 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.