ExtensionExtendsElement.GetLinksToExtensions Method
Get the list of ExtensionExtendsElement links to a ModelElement.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Shared Function GetLinksToExtensions ( _
modelElementInstance As ModelElement _
) As ReadOnlyCollection(Of ExtensionExtendsElement)
public static ReadOnlyCollection<ExtensionExtendsElement> GetLinksToExtensions(
ModelElement modelElementInstance
)
public:
static ReadOnlyCollection<ExtensionExtendsElement^>^ GetLinksToExtensions(
ModelElement^ modelElementInstance
)
static member GetLinksToExtensions :
modelElementInstance:ModelElement -> ReadOnlyCollection<ExtensionExtendsElement>
public static function GetLinksToExtensions(
modelElementInstance : ModelElement
) : ReadOnlyCollection<ExtensionExtendsElement>
Parameters
- modelElementInstance
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: ReadOnlyCollection<ExtensionExtendsElement>
.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.