VsModelingView Class

 

Supports ModelBusView creation and manipulation for a standard VS based DSL designer editor.

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


[CLSCompliantAttribute(false)]
public ref class VsModelingView abstract : ModelBusView

NameDescription
System_CAPS_pubpropertyAdapter

ModelBusAdapter instance that created and owns this ModelBusView(Inherited from ModelBusView.)

System_CAPS_pubpropertyIsOperational

Indicates if any ModelBusView manipulation APIs can be called on this instance.(Overrides ModelBusView::IsOperational.)

System_CAPS_pubpropertyViewReference

Reference identifier used to create this ModelBusView object(Inherited from ModelBusView.)

NameDescription
System_CAPS_pubmethodClose()

Closes the WindowFrame represented by this ModelBusView. Does not accomodate persistance of DocData associated with this ModelBusView.(Overrides ModelBusView::Close().)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetDocView()

Calling GetDocView will attach this VsModelingView instance to the ModelingDocView instance represented by it. The caller needs to explicitly call Show() to make the WindowFrame visible in VS, if was not already visible.

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 in memory.(Overrides ModelBusView::Hide().)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOpen()

Opens/attaches to the underlying editor object represented by this ModelBusView.(Overrides ModelBusView::Open().)

System_CAPS_pubmethodSetSelection(IEnumerable<ModelBusReference^>^)

Selects the elements identified by the referenes in this ModelBusView(Inherited from ModelBusView.)

System_CAPS_pubmethodSetSelection(ModelBusReference^)

Selects the element identified by the reference in this ModelBusView(Inherited from ModelBusView.)

System_CAPS_pubmethodShow()

Activates the WindowFrame represented by this ModelBusView and sets focus on it(Overrides ModelBusView::Show().)

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: