ExtensionExtendsElement.ExtensionElement Property
DomainRole ExtensionElement ExtensionExtendsElement.ExtensionElement role
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.DisplayName", _
GetType(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("feeee3ae-6166-40a9-b2e3-1831afadea0f")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.Description", _
GetType(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Extends", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.PropertyDisplayName", _
PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, _
Multiplicity := Multiplicity.One)> _
Public Overridable Property ExtensionElement As ExtensionElement
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.DisplayName",
typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("feeee3ae-6166-40a9-b2e3-1831afadea0f")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.Description",
typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Extends", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.One)]
public virtual ExtensionElement ExtensionElement { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.DisplayName",
typeof(CoreDomainModel), L"Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"feeee3ae-6166-40a9-b2e3-1831afadea0f")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.Description",
typeof(CoreDomainModel), L"Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Extends", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy,
Multiplicity = Multiplicity::One)]
public:
virtual property ExtensionElement^ ExtensionElement {
ExtensionElement^ get ();
void set (ExtensionElement^ value);
}
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.DisplayName",
typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("feeee3ae-6166-40a9-b2e3-1831afadea0f")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.Description",
typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Extends", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.One)>]
abstract ExtensionElement : ExtensionElement with get, set
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.DisplayName",
typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("feeee3ae-6166-40a9-b2e3-1831afadea0f")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.Description",
typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Extends", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ExtensionElement.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.One)>]
override ExtensionElement : ExtensionElement with get, set
function get ExtensionElement () : ExtensionElement
function set ExtensionElement (value : ExtensionElement)
Property Value
Type: Microsoft.VisualStudio.Modeling.ExtensionElement
.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.