ExtensionElement.Extends Property

The directly-extended domain model element. See also ActualExtendedElement

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

Syntax

'Declaration
Public ReadOnly Property Extends As ModelElement
public ModelElement Extends { get; }
public:
property ModelElement^ Extends {
    ModelElement^ get ();
}
member Extends : ModelElement with get
function get Extends () : ModelElement

Property Value

Type: Microsoft.VisualStudio.Modeling.ModelElement

.NET Framework Security

See Also

Reference

ExtensionElement Class

Microsoft.VisualStudio.Modeling Namespace