RecreateContentEventArgs::IsResultContentDeleted Property

Visual Studio 2015
 

Determines whether the Peek result's content presented by IPeekResultPresentation was deleted.

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

public:
property bool IsResultContentDeleted {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: