__VSFPROPID5 Enumeration

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Public Enumeration __VSFPROPID5
public enum __VSFPROPID5
public enum class __VSFPROPID5
type __VSFPROPID5
public enum __VSFPROPID5

Members

Member name Description
VSFPROPID_DontAutoOpen Indicates whether a window should be reopened when a solution is opened (default false).
VSFPROPID_IsPinned Indicates whether a window is pinned. If true, the window is pinned.
VSFPROPID_IsProvisional A tri-state value indicating whether a window is provisional (BOOL/EMPTY). For tool windows, this value is always VARIANT_FALSE and cannot be changed. For document windows, this value is initialized to EMPTY. After the window is created but before it is shown, this value can be set to VARIANT_TRUE to create a preview window. If this value is EMPTY when the window is shown, it will be set to VARIANT_FALSE to indicate a non-preview window.
VSFPROPID_IsSearchEnabled Indicates whether the window supports search (a IVsWindowSearchHost was created and associated with the frame, the search was setup with the host, and the search is enabled by the provider).
VSFPROPID_NativeScrollbarThemeMode
VSFPROPID_OverrideCaption Override the generated caption for this frame. A null value restores the default behavior.
VSFPROPID_OverrideToolTip Override the generated tooltip for this frame. A null value restores the default behavior.
VSFPROPID_ReplaceDocumentToolbars Indicates whether any toolbars that are specific to the currently-active document should be hidden. A value of true indicates that when the tool window is active, any toolbars that are specific to the currently active document should be hidden. The default is false. This property only has an effect when the tool window also supplies a CmdUI GUID using the VSFPROPID_CmdUIGuid property. This property is used only for tool windows.
VSFPROPID_SearchHost Either retrieve the IVsWindowSearchHost associated with the window or create a search host for a search control with shell-owned positioning in the top frame area.
VSFPROPID_SearchPlacement The search placement when the frame uses a search control with shell-owned positioning in the top frame area (with values from __VSSEARCHPLACEMENT).
VSFPROPID5_FIRST The first property ID.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace