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)

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

public ref class ModelBusView abstract 

NameDescription
System_CAPS_pubpropertyAdapter

ModelBusAdapter instance that created and owns this ModelBusView

System_CAPS_pubpropertyIsOperational

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

System_CAPS_pubpropertyViewReference

Reference identifier used to create this ModelBusView object

NameDescription
System_CAPS_pubmethodClose()

Closes the WindowFrame represented by this ModelBusView.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHide()

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOpen()

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

System_CAPS_pubmethodSetSelection(IEnumerable<ModelBusReference^>^)

Selects the elements identified by the referenes in this ModelBusView

System_CAPS_pubmethodSetSelection(ModelBusReference^)

Selects the element identified by the reference in this ModelBusView

System_CAPS_pubmethodShow()

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

System_CAPS_pubmethodToString()

(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.

Return to top
Show: