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.
ModelBusView is an object obtained from a ModelBusAdapter for a Model. The ModelBusView allows the client to create, access and manipulate the design surface or editor for the model.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Integration.ModelBusView
Microsoft.VisualStudio.Modeling.Integration.Shell.VsModelingView
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaration
Public MustInherit Class ModelBusView
public abstract class ModelBusView
public ref class ModelBusView abstract
[<AbstractClass>]
type ModelBusView = class end
public abstract class ModelBusView
The ModelBusView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelBusView | Constructor |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Adapter | ModelBusAdapter instance that created and owns this ModelBusView |
![]() |
IsOperational | Flag for derived classes to indicate if a ModelBusView is usable or not |
![]() |
ViewReference | Reference identifier used to create this ModelBusView object |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Close | Closes the WindowFrame represented by this ModelBusView. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Hide | Hides the WindowFrame represented by this ModelBusView. The underlying view container is still held in memory. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Open | Opens/attaches the underlying editor object represented by this ModelBusView. |
![]() |
SetSelection(ModelBusReference) | Selects the element identified by the reference in this ModelBusView |
![]() |
SetSelection(IEnumerable<ModelBusReference>) | Selects the elements identified by the referenes in this ModelBusView |
![]() |
Show | Activates the WindowFrame represented by this ModelBusView and sets focus on it |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.