IPeekResultPresentation::CanSave Method (String^)

Visual Studio 2015
 

Can this presentation be saved?

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

bool CanSave(
	[OutAttribute] String^% defaultPath
)

Parameters

defaultPath
Type: System::String^

Location the presentation will be saved to by default (will be null if returning false).

Return Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: