VsModelingView Class
Supports ModelBusView creation and manipulation for a standard VS based DSL designer editor.
This API is not CLS-compliant.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.Integration.ModelBusView
Microsoft.VisualStudio.Modeling.Integration.Shell.VsModelingView
Microsoft.VisualStudio.Modeling.Integration.Shell.StandardVsModelingDiagramView
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class VsModelingView _
Inherits ModelBusView
[CLSCompliantAttribute(false)]
public abstract class VsModelingView : ModelBusView
[CLSCompliantAttribute(false)]
public ref class VsModelingView abstract : public ModelBusView
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type VsModelingView =
class
inherit ModelBusView
end
public abstract class VsModelingView extends ModelBusView
The VsModelingView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VsModelingView | Constructor |
Top
Properties
Name | Description | |
---|---|---|
Adapter | ModelBusAdapter instance that created and owns this ModelBusView (Inherited from ModelBusView.) | |
IsOperational | Indicates if any ModelBusView manipulation APIs can be called on this instance. (Overrides ModelBusView.IsOperational.) | |
ViewReference | Reference identifier used to create this ModelBusView object (Inherited from ModelBusView.) |
Top
Methods
Name | Description | |
---|---|---|
Close | Closes the WindowFrame represented by this ModelBusView. Does not accomodate persistance of DocData associated with this ModelBusView. (Overrides ModelBusView.Close().) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDocView | 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. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Hide | Hides the WindowFrame represented by this ModelBusView. The underlying view container is still in memory. (Overrides ModelBusView.Hide().) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Open | Opens/attaches to the underlying editor object represented by this ModelBusView. (Overrides ModelBusView.Open().) | |
SetSelection(ModelBusReference) | Selects the element identified by the reference in this ModelBusView (Inherited from ModelBusView.) | |
SetSelection(IEnumerable<ModelBusReference>) | Selects the elements identified by the referenes in this ModelBusView (Inherited from ModelBusView.) | |
Show | Activates the WindowFrame represented by this ModelBusView and sets focus on it (Overrides ModelBusView.Show().) | |
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.