Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a document window in the Domain-Specific Language Designer or generated designer.
The ModelingDocView type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ModelingDocView class.
Top
Methods
Name
Description
When implemented in a derived class, specifies whether pending edits should be committed before a command is executed. (Inherited from ModelingWindowPane.)
Gets the number of elements in the window pane. (Inherited from ModelingWindowPane.)
Counts the number of elements in the window pane or in the current selection. (Inherited from ModelingWindowPane.)
Gets the number of elements in the current selection. (Inherited from ModelingWindowPane.)
Overloaded.
When implemented in a derived class, selects elements in the window pane. (Inherited from ModelingWindowPane.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets all elements in the window pane. (Inherited from ModelingWindowPane.)
Specifies whether the given component is selected. (Inherited from ModelingWindowPane.)
Specifies whether the given container is selected. (Inherited from ModelingWindowPane.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets either the elements that are currently selected or the elements that can be selected in the window pane. (Inherited from ModelingWindowPane.)
Gets the components that are selected in the window pane. (Inherited from ModelingWindowPane.)
Gets the elements that are selected in the window pane. (Inherited from ModelingWindowPane.)
Gets the service of the specified type. Override this method to return the custom menu command service (Inherited from ModelingWindowPane.)
Gets the site that was set with SetSite. (Inherited from ModelingWindowPane.)
Gets the type of the current instance. (Inherited from Object.)
Hides the window pane. (Inherited from ModelingWindowPane.)
Initializes an instance of the ModelingDocView class. (Overrides WindowPane.Initialize().)
Verifies whether an item in the Toolbox can be used with the document window.
Verifies whether the document window supports an item in the Toolbox.
Notifies clients that a user clicked an item in the Toolbox or pressed ENTER to select the item.
Verifies whether the document has loaded in a document window.
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes window pane objects from the shortcut menu selection when the window pane is closed. (Inherited from ModelingWindowPane.)
When the document is loaded, creates a view for the document window. (Overrides WindowPane.OnCreate().)
Notifies event listeners after the selection changes. (Inherited from ModelingWindowPane.)
Notifies event listeners before the selection changes. (Inherited from ModelingWindowPane.)
When a user clicks an item in the Toolbox, calls ToolboxItemSelected.
Handles window messages. (Inherited from ModelingWindowPane.)
Selects elements in the window pane. (Inherited from ModelingWindowPane.)
Updates the status bar for the document window.
Overloaded. Puts the selected components into the selection container and replaces the currently-selected components, and notifies the shell of the change.
Initializes the window pane in the environment. (Inherited from ModelingWindowPane.)
Displays the window pane, brings it to the front, and makes it the active window. (Inherited from ModelingWindowPane.)
Displays the window pane, brings it to the front, but does not make it the active window. (Inherited from ModelingWindowPane.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets and sets the active window for in-place editing. (Inherited from ModelingWindowPane.)
Gets the name of the Toolbox tab that the user clicked.
DefaultToolboxTabToolboxItemsCount
Gets a document for the document window.
Gets the IVsWindowFrame that corresponds to this window.. (Inherited from ModelingWindowPane.)
Gets the document window and if the document window is open, enables the Select Objects option. (Overrides ModelingWindowPane.HasSelectableObjects.)
Gets the help service. (Inherited from ModelingWindowPane.)
Gets the document window and verifies whether this window is the primary document window.
Gets the menu command service. (Inherited from ModelingWindowPane.)
Gets the primary selected element in the window pane. (Inherited from ModelingWindowPane.)
Gets the document window and verifies whether a view helper should be created for the document window.
Gets the elements that are selected in the window pane. (Inherited from ModelingWindowPane.)
Gets the number of elements that are selected in the window pane. (Inherited from ModelingWindowPane.)
Gets the selection help service. (Inherited from ModelingWindowPane.)
Gets the service provider that is local to this window pane. (Inherited from ModelingWindowPane.)
TargetToolboxItemFilterAttributes
Gets a collection of filter attributes for the document window.
Gets the Toolbox service.
(Inherited from WindowPane.)
Top
Events
Name
Description
Fired after the selection in the window pane has changed. (Inherited from ModelingWindowPane.)
Fired before the selection in the window pane changes. (Inherited from ModelingWindowPane.)
Occurs when the user drags the selected item from the Toolbox to the document window.
Top
Explicit Interface Implementations
Name
Description
(Inherited from WindowPane.)
IVsWindowPane.CreatePaneWindow
(Inherited from WindowPane.)
(Inherited from WindowPane.)
(Inherited from WindowPane.)
(Inherited from WindowPane.)
(Inherited from WindowPane.)
IVsBroadcastMessageEvents.OnBroadcastMessage
(Inherited from WindowPane.)
(Inherited from WindowPane.)
(Inherited from WindowPane.)
(Inherited from WindowPane.)
IVsWindowPane.TranslateAccelerator
(Inherited from WindowPane.)
Top