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
声明
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 | |
|---|---|---|
| .gif) | ModelBusView | Constructor | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Adapter | ModelBusAdapter instance that created and owns this ModelBusView | 
| .gif) | IsOperational | Flag for derived classes to indicate if a ModelBusView is usable or not | 
| .gif) | ViewReference | Reference identifier used to create this ModelBusView object | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Close | Closes the WindowFrame represented by this ModelBusView. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Hide | Hides the WindowFrame represented by this ModelBusView. The underlying view container is still held in memory. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | Open | Opens/attaches the underlying editor object represented by this ModelBusView. | 
| .gif) | SetSelection(ModelBusReference) | Selects the element identified by the reference in this ModelBusView | 
| .gif) | SetSelection(IEnumerable<ModelBusReference>) | Selects the elements identified by the referenes in this ModelBusView | 
| .gif) | Show | Activates the WindowFrame represented by this ModelBusView and sets focus on it | 
| .gif) | 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.