ElementHasExtensions Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
<DomainRelationshipAttribute(IsEmbedding := True, AllowsDuplicates := False)> _
<DomainObjectIdAttribute("45cbc4d1-1a3a-40ce-9e3a-dfe75d669430")> _
Public Class ElementHasExtensions _
    Inherits ElementLink
'Usage
Dim instance As ElementHasExtensions
[DomainRelationshipAttribute(IsEmbedding = true, AllowsDuplicates = false)]
[DomainObjectIdAttribute("45cbc4d1-1a3a-40ce-9e3a-dfe75d669430")]
public class ElementHasExtensions : ElementLink
[DomainRelationshipAttribute(IsEmbedding = true, AllowsDuplicates = false)]
[DomainObjectIdAttribute(L"45cbc4d1-1a3a-40ce-9e3a-dfe75d669430")]
public ref class ElementHasExtensions : public ElementLink
public class ElementHasExtensions extends ElementLink
[<DomainRelationshipAttribute(IsEmbedding = true, AllowsDuplicates = false)>]
[<DomainObjectIdAttribute("45cbc4d1-1a3a-40ce-9e3a-dfe75d669430")>]
type ElementHasExtensions =  
    class
        inherit ElementLink
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ModelElement
    Microsoft.VisualStudio.Modeling.ElementLink
      Microsoft.VisualStudio.Modeling.ElementHasExtensions

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

ElementHasExtensions Members

Microsoft.VisualStudio.Modeling Namespace