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.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Integration.ModelBusView
    Microsoft.VisualStudio.Modeling.Integration.Shell.VsModelingView

Syntax

public abstract class ModelBusView
public ref class ModelBusView abstract 
[<AbstractClass>]
type ModelBusView = class end
Public MustInherit Class ModelBusView

Constructors

Name Description
System_CAPS_protmethod ModelBusView(ModelBusAdapter, ModelBusReference)

Constructor

Properties

Name Description
System_CAPS_pubproperty Adapter

ModelBusAdapter instance that created and owns this ModelBusView

System_CAPS_pubproperty IsOperational

Flag for derived classes to indicate if a ModelBusView is usable or not

System_CAPS_pubproperty ViewReference

Reference identifier used to create this ModelBusView object

Methods

Name Description
System_CAPS_pubmethod Close()

Closes the WindowFrame represented by this ModelBusView.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Hide()

Hides the WindowFrame represented by this ModelBusView. The underlying view container is still held in memory.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Open()

Opens/attaches the underlying editor object represented by this ModelBusView.

System_CAPS_pubmethod SetSelection(IEnumerable<ModelBusReference>)

Selects the elements identified by the referenes in this ModelBusView

System_CAPS_pubmethod SetSelection(ModelBusReference)

Selects the element identified by the reference in this ModelBusView

System_CAPS_pubmethod Show()

Activates the WindowFrame represented by this ModelBusView and sets focus on it

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top