ModelBusView Class
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.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Microsoft.VisualStudio.Modeling.Integration::ModelBusView
Microsoft.VisualStudio.Modeling.Integration.Shell::VsModelingView
| Name | Description | |
|---|---|---|
![]() | ModelBusView(ModelBusAdapter^, ModelBusReference^) | Constructor |
| 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 |
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the WindowFrame represented by this ModelBusView. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Hide() | Hides the WindowFrame represented by this ModelBusView. The underlying view container is still held in memory. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Open() | Opens/attaches the underlying editor object represented by this ModelBusView. |
![]() | SetSelection(IEnumerable<ModelBusReference^>^) | Selects the elements identified by the referenes in this ModelBusView |
![]() | SetSelection(ModelBusReference^) | Selects the element identified by the reference in this ModelBusView |
![]() | Show() | Activates the WindowFrame represented by this ModelBusView and sets focus on it |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


