ExtensionElement.Extends Property
The directly-extended domain model element. See also ActualExtendedElement
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Public ReadOnly Property Extends As ModelElement
Get
public ModelElement Extends { get; }
public:
property ModelElement^ Extends {
ModelElement^ get ();
}
member Extends : ModelElement
function get Extends () : ModelElement
Property Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.