ILightBulbSession::IsCollapsed Property

Visual Studio 2015
 

Determines whether the session is in the collapsed state.

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

property bool IsCollapsed {
	bool get();
}

Property Value

Type: System::Boolean

True if the session is in the collapsed state, otherwise false.

Return to top
Show: