IPeekResultPresentation::TrySave Method (Boolean)

Visual Studio 2015
 

Save the current version of this presentation.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

bool TrySave(
	bool saveAs
)

Parameters

saveAs
Type: System::Boolean

If true, ask the user for a save location.

Return Value

Type: System::Boolean

true if the save succeeded.

Return to top
Show: