Raised after the project has been renamed.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function OnAfterRenameProject ( _
hierarchy As IVsHierarchy _
) As Integer
'使用
Dim instance As SolutionListener
Dim hierarchy As IVsHierarchy
Dim returnValue As Integer
returnValue = instance.OnAfterRenameProject(hierarchy)
public virtual int OnAfterRenameProject(
IVsHierarchy hierarchy
)
public:
virtual int OnAfterRenameProject(
IVsHierarchy^ hierarchy
)
public function OnAfterRenameProject(
hierarchy : IVsHierarchy
) : int
Parameters
hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyThe hierarchy node of the project.
Return Value
Type: System.Int32
When implemented by derived classes, S_OK if the method succeeded, otherwise an error code.
Implements
IVsSolutionEvents4.OnAfterRenameProject(IVsHierarchy)
Remarks
By default returns E_NOTIMPL.
Permissions
- 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.