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.StringThe absolute path of the new project file.
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.