Share via


ModelingDocumentHandler.Root Property

 

Access the root element of the document

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

Syntax

public abstract ModelElement Root { get; }
public:
property ModelElement^ Root {
    virtual ModelElement^ get() abstract;
}
abstract Root : ModelElement with get
Public MustOverride ReadOnly Property Root As ModelElement

Property Value

Type: Microsoft.VisualStudio.Modeling.ModelElement

See Also

ModelingDocumentHandler Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top