ProjectNode.RenameProjectFile Method

Renames the project file.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Overridable Sub RenameProjectFile ( _
    newFile As String _
)
'使用
Dim newFile As String

Me.RenameProjectFile(newFile)
protected virtual void RenameProjectFile(
    string newFile
)
protected:
virtual void RenameProjectFile(
    String^ newFile
)
protected function RenameProjectFile(
    newFile : String
)

Parameters

  • newFile
    Type: System.String

    The absolute path of the new project file.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace