IDesiredHeightProvider Interface

Visual Studio 2015
 

Indicates that an implementing object wishes to provide its height to a container.

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

public interface IDesiredHeightProvider

NameDescription
System_CAPS_pubpropertyDesiredHeight

Gets the desired height in pixels.

NameDescription
System_CAPS_pubeventDesiredHeightChanged

Raised when the container should requery DesiredHeight.

Return to top
Show: