RecreateContentEventArgs(Boolean) Constructor
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.
Creates new instance of the RecreateContentEventArgs class.
RecreateContentEventArgs(bool isResultContentDeleted = false);
public RecreateContentEventArgs (bool isResultContentDeleted = false);
new Microsoft.VisualStudio.Language.Intellisense.RecreateContentEventArgs : bool -> Microsoft.VisualStudio.Language.Intellisense.RecreateContentEventArgs
Public Sub New (Optional isResultContentDeleted As Boolean = false)
Parameters
- isResultContentDeleted
- Boolean
Indicates whether the Peek result's content presented by IPeekResultPresentation was deleted.