Share via


ModelingDocView Class

Represents a document window in the Domain-Specific Language Designer or generated designer.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class ModelingDocView _
    Inherits ModelingWindowPane _
    Implements IVsStatusbarUser, IVsToolboxUser
'Usage
Dim instance As ModelingDocView
[CLSCompliantAttribute(false)]
public abstract class ModelingDocView : ModelingWindowPane, 
    IVsStatusbarUser, IVsToolboxUser
[CLSCompliantAttribute(false)]
public ref class ModelingDocView abstract : public ModelingWindowPane, 
    IVsStatusbarUser, IVsToolboxUser
public abstract class ModelingDocView extends ModelingWindowPane implements IVsStatusbarUser, IVsToolboxUser

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.WindowPane
    Microsoft.VisualStudio.Modeling.Shell.ModelingWindowPane
      Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
        Microsoft.VisualStudio.Modeling.Shell.DiagramDocView

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

Reference

ModelingDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace