ProjectItem::Save Method (String^)

 

Saves the project or project item.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void Save(
	String^ FileName = ""
)

Parameters

FileName
Type: System::String^

Optional. The name with which to save the project or project item.

If FileName cannot be written, such as when the disk is full or when there are write permission problems, then Save produces an error. The file is saved with a new name based on FileName.

This example works only in Visual Studio .NET 2003. For more information, see .a0b479e4-3c83-4407-986c-1d7353d6a406

No code example is currently available or this language may not be supported.
Return to top
Show: