Represents the tool window, which hosts Model Explorer.
The ModelExplorerToolWindow type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ModelExplorerToolWindow | Initializes a new instance of the ModelExplorerToolWindow class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CommitPendingEditForCommand | Verifies whether outstanding edits should be committed before a command is executed. (Inherited from ModelingWindowPane.) |
![]() |
CountAllObjects | Counts the number of elements in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
CountObjects | Counts the number of elements in the modeling window or in the current selection. (Inherited from ModelingWindowPane.) |
![]() |
CountSelectedObjects | Counts the number of elements in the current selection. (Inherited from ModelingWindowPane.) |
![]() |
CreateTreeContainer | Creates the container for the navigation tree in Model Explorer. |
![]() |
Dispose | Overloaded. |
![]() |
DoSelectObjects | Selects elements in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetAllObjects | Gets all elements in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
GetComponentSelected | Verifies whether the specified element is selected. (Inherited from ModelingWindowPane.) |
![]() |
GetContainerSelected | Verifies whether the specified container is selected. (Inherited from ModelingWindowPane.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetObjects | Returns either the elements that are selected or the elements that can be selected in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
GetSelectedComponents | Gets a read-only collection of elements that are selected in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
GetSelectedObjects | Returns the elements that are selected in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
GetService | Gets the menu command service that you want to implement. (Inherited from ModelingWindowPane.) |
![]() |
GetSite | Retrieves the site that was set most recently with SetSite. If no site is known, a failure code is returned. (Inherited from ModelingWindowPane.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Hide | Hides the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
Initialize | Initializes a new instance of the ToolWindow class. (Inherited from ToolWindow.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnClose | Removes modeling window objects from the shortcut menu selection when the modeling window is closed. (Inherited from ModelingWindowPane.) |
![]() |
OnCreate | Creates a tool window. (Inherited from ToolWindow.) |
![]() |
OnDocumentWindowChanged | Notifies derived classes if a change is made in the document window. (Overrides ToolWindow.OnDocumentWindowChanged(ModelingDocView, ModelingDocView).) |
![]() |
OnSelectionChanged | Notifies event listeners from the base class when the selection changes. (Inherited from ModelingWindowPane.) |
![]() |
OnSelectionChanging | Notifies event listeners from the base class before the selection changes. (Inherited from ModelingWindowPane.) |
![]() |
OnToolWindowCreate | Listens for frame changes in a document window. (Overrides ToolWindow.OnToolWindowCreate().) |
![]() |
PreProcessMessage | Verifies whether Windows sent a message. (Inherited from ModelingWindowPane.) |
![]() |
SelectObjects | Selects elements in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
SetSelectedComponents | Overloaded. |
![]() |
SetSite | Initializes the modeling window in the environment. (Inherited from ModelingWindowPane.) |
![]() |
Show | Displays the modeling window, brings it to the top, and makes it the active window. (Inherited from ModelingWindowPane.) |
![]() |
ShowNoActivate | Displays the modeling window, brings it to the top, but does not make it the active window. (Inherited from ModelingWindowPane.) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ActiveInPlaceEditWindow | Gets and sets the active window for in-place editing. (Inherited from ModelingWindowPane.) |
![]() |
BitmapIndex | When overriden in a derived class, gets the index of the bitmap that appears next to the name of the tool window. (Inherited from ToolWindow.) |
![]() |
BitmapResource | When overriden in a derived class, gets the resource ID of the bitmap that appears next to the name of the tool window. (Inherited from ToolWindow.) |
![]() |
DocData | Gets a document in memory. (Inherited from ToolWindow.) |
![]() |
EnableUndo | Gets the undo operation and verifies whether it is enabled for the tool window. (Overrides ToolWindow.EnableUndo.) |
![]() |
Frame | Gets access to behavior and properties of the modeling window interface for both tool and document windows. (Inherited from ModelingWindowPane.) |
![]() |
HasSelectableObjects | Gets the tool window disables the Select Objects command if a document is not loaded. (Inherited from ToolWindow.) |
![]() |
HasToolBar | Gets the tool window and verifies whether it should have a toolbar. (Inherited from ToolWindow.) |
![]() |
HelpService | Gets support for Help topics, including adding and subtracting Help keywords. (Inherited from ModelingWindowPane.) |
![]() |
MenuService | Gets support to manage the global designer verbs, menu commands, and shortcut menus for the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
PrimarySelection | Gets the primary selected element in the modeling window. If the window contains no primary element, the first element that was selected becomes the primary element. (Inherited from ModelingWindowPane.) |
![]() |
SelectedElements | Gets the elements that are selected in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
SelectionCount | Gets the number of elements that are selected in the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
SelectionHelpService | Gets support for displaying Help topics and adding and removing Help keywords for the elements that are selected. (Inherited from ModelingWindowPane.) |
![]() |
ServiceProvider | Gets the service provider that is local to the modeling window. (Inherited from ModelingWindowPane.) |
![]() |
ToolBarHost | Gets the IVsToolWindowToolbarHost interface, which determines how toolbars appear in the tool window. (Inherited from ToolWindow.) |
![]() |
ToolWindowFont | Gets the font to use for the tool window. (Inherited from ToolWindow.) |
![]() |
TreeContainer | Gets the container for the navigation tree in Model Explorer. |
![]() |
Window | Gets the Model Explorer window. (Overrides WindowPane.Window.) |
![]() |
WindowTitle | Gets the title of the Model Explorer window. (Overrides ToolWindow.WindowTitle.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
SelectionChanged | Occurs when the selection in the modeling window has changed. (Inherited from ModelingWindowPane.) |
![]() |
SelectionChanging | Occurs when the selection in the modeling window is about to change. (Inherited from ModelingWindowPane.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IVsWindowPane.ClosePane | (Inherited from WindowPane.) |
![]() ![]() |
IVsWindowPane.CreatePaneWindow | (Inherited from WindowPane.) |
![]() ![]() |
IOleCommandTarget.Exec | (Inherited from WindowPane.) |
![]() ![]() |
IVsWindowPane.GetDefaultSize | (Inherited from WindowPane.) |
![]() ![]() |
IServiceProvider.GetService | (Inherited from WindowPane.) |
![]() ![]() |
IVsWindowPane.LoadViewState | (Inherited from WindowPane.) |
![]() ![]() |
IVsBroadcastMessageEvents.OnBroadcastMessage | (Inherited from WindowPane.) |
![]() ![]() |
IOleCommandTarget.QueryStatus | (Inherited from WindowPane.) |
![]() ![]() |
IVsWindowPane.SaveViewState | (Inherited from WindowPane.) |
![]() ![]() |
IVsWindowPane.SetSite | (Inherited from WindowPane.) |
![]() ![]() |
IVsWindowPane.TranslateAccelerator | (Inherited from WindowPane.) |
Top
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)