__VSFPROPID7 Enumeration

Visual Studio 2015
 

Specifies property identifiers for window frames, document frames, and tool window frames.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

public enum __VSFPROPID7

Member nameDescription
VSFPROPID_InfoBarHost

VT_UNKNOWN. Gets the IVsInfoBarHost for the window frame, to which info bars can be added or removed.

VSFPROPID_ToolboxUser

IVsToolboxUser implementation attached to a window frame.

VSFPROPID7_FIRST

Indicates the first property ID.

Return to top
Show: