IPeekResultPresentation.TrySave(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save the current version of this presentation.
public:
bool TrySave(bool saveAs);
public:
bool TrySave(bool saveAs);
bool TrySave(bool saveAs);
public bool TrySave (bool saveAs);
abstract member TrySave : bool -> bool
Public Function TrySave (saveAs As Boolean) As Boolean
Parameters
- saveAs
- Boolean
If true, ask the user for a save location.
Returns
true if the save succeeded.