ProjectItem::SaveAs Method (String^)
Visual Studio 2015
Saves the project item.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- NewFileName
-
Type:
System::String^
Required. The file name with which to save the solution, project, or project item. If the file exists, it is overwritten.
Return Value
Type: System::BooleanA Boolean value indicating true if the project item was saved; otherwise, false.
Saves the project item with the specified file name.
Show: