Share via


VsFramePropID Enumeration

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Enumeration VsFramePropID
public enum VsFramePropID

Members

Member name Description
Type The frame type (1 for a document frame or 2 for a tool frame) of the window.
DocView The object that fills the client area of a window.
SPFrame An IServiceProvider that is the site object for the DocView object.
SPProjContext The IServiceProvider provided by the owning IVsHierarchy.
Caption The full window caption.
WindowState The current state of the window (Normal, Minimized, or Maximized).
FrameMode Controls the display mode of a tools window.
IsWindowTabbed Indicates if the window is not tabbed (returns 0), is tabbed and is an active tab (returns 1), or is tabbed and is not an active tab (returns 2). Document windows always return 0.
UserContext The tool window user context (IVsUserContext).
ViewHelper The property that can be set on a Helper object to override add or override interfaces. This property is normally implemented on the DocView object. ViewHelper can implement the following interfaces: IVsWindowFrameNotify, IOleCommandTarget, IVsToolboxUser, IVsDocOutlineProvider, IDocHostUIHandler, IVsBackForwardNavigation, IVsWindowView, and IVsStatusbarUser.
ShortCaption The partial window caption.
WindowHelpKeyword The keyword to be used for cmdidWindowHelp.
WindowHelpCmdText The command text for cmdidWindowHelp (for example, Help on: Help Index).
DocCookie The IVsRunningDocumentTable (RDT) key.
OwnerCaption The portion of the caption defined by the owner IVsHierarchy.
EditorCaption The portion of the caption defined by the editor implementation.
pszMkDocument The path to the document (pszMkDocument) passed to CreateDocumentWindow.
DocData The document frame returns AltDocData if it is available, otherwise it returns RDTDocData.
Hierarchy The owning IVsHierarchy.
ItemID The VSITEMID of the document.
CmdUIGuid The GUID used to control visibility of toolbars and AutoVisible tool windows.
CreateDocWinFlags The __VSCREATEDOCWIN flags passed to CreateDocumentWindow.
guidEditorType The guidEditorType that uniquely identifies which IVsEditorFactory created the document.
pszPhysicalView The type of window created by the IVsEditorFactory (for example, "Form").
InheritKeyBindings The GUID most often used by a window to inherit the key bindings of the text editor (for example, pFrame->SetGuidProperty(VSFPROPID_InheritKeyBindings, CMDUIGUID_TextEditor)).
RDTDocData The DocData registered in the running document table (RDT) for the document in this frame.
AltDocData If this window is only editing a piece of a larger document then AltDocData is the DocData object for the piece of the document that is being edited within the window, whereas the RDTDocData is the DocData object for the entire document registered in the RDT. AltDocData objects are not registered in the RDT. Document windows that have AltDocData objects are created using the CDW_fAltDocData flag.
GuidPersistenceSlot The GUID that uniquely identifies a tool window type.
GuidAutoActivate Obsolete. Do not use.
CreateToolWinFlags The __VSCREATETOOLWIN flags passed to CreateToolWindow.
ExtWindowObject Returns the Environment's "Window" automation IDispatch object.
MultiInstanceToolNum The identifier of a multi-instance tool window.
BitmapResource The resource number of the bitmap in a satellite DLL.
BitmapIndex The index of the image to use in the bitmap strip for the window frame icon.
ToolbarHost The IVsToolWindowToolbarHost used to add toolbars to a window.
HideToolwinContainer The tool window's container is hidden when saving a data file.
OverrideDirtyState The tri-state value used to control the dirty star (*) in a window caption.
OLEDocObjectDocument Indicates if the pane is holding an OLE document object.
ParentHwnd The handle to a window (HWND) parent of an OwnerDocked window.
ParentFrame The IVsWindowFrame of the parent container for an OwnerDocked window.
ToolWindowDocCookie A pointer to the IVsRunningDocumentTable (RDT) key for the document associated with a tool window (for example, the Code Definition Window).
MDIContainerID The identifier of the container (tab) group for the multiple-document interface (MDI) window.
NotifyOnActivate Indicates whether to send the FRAMESHOW_WinActivated notification when a window is activated. If true, the notification is sent.
Icon An actual handle to an icon (HICON) resource is retrieved if the document has one.
TabImage A handle to a bitmap (HBITMAP) for the image to be displayed on a tab for this frame (the caller must cache and release this object).
Thumbnail A handle to a bitmap (HBITMAP) thumbnail of the contents of the frame.
NavigationInterface The navigation delegate for this frame.
NextCloneID The next instance identifier available among sibling clones.
SearchHost Retrieves the IVsWindowSearchHost associated with the window or creates a search host for a search control with shell-owned positioning in the top frame area.
IsSearchEnabled Returns whether the window supports search (an IVsWindowSearchHost was created and associated with the frame, the search was setup with the host, and the search is enabled by the provider).
SearchPlacement The search control placement values from __VSSEARCHPLACEMENT.
IsProvisional A tri-state value indicating whether a window is provisional.
IsPinned Indicates whether a window is pinned. If true, the window is pinned.
DontAutoOpen A window should be reopened when a solution is opened (the default is false).
OverrideCaption Overrides the generated caption for this frame. A null value restores the default behavior.
OverrideToolTip Overrides the generated tooltip for this frame. A null value restores the default behavior.
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.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace