IQuickInfoSession2::HasInteractiveContent Property

Visual Studio 2015
 

Determines whether this IQuickInfoSession contains interactive content.

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

property bool HasInteractiveContent {
	bool get();
}

Property Value

Type: System::Boolean

True if this IQuickInfoSession contains interactive content, otherwise false.

Return to top
Show: