Sdílet prostřednictvím


ExtensionExtendsElement.GetLinksToExtensions – metoda

Získání seznamu odkazů ExtensionExtendsElement na ModelElement.

Obor názvů:  Microsoft.VisualStudio.Modeling
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

'Deklarace
Public Shared Function GetLinksToExtensions ( _
    modelElementInstance As ModelElement _
) As ReadOnlyCollection(Of ExtensionExtendsElement)
public static ReadOnlyCollection<ExtensionExtendsElement> GetLinksToExtensions(
    ModelElement modelElementInstance
)

Parametry

Vrácená hodnota

Typ: System.Collections.ObjectModel.ReadOnlyCollection<ExtensionExtendsElement>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ExtensionExtendsElement Třída

Microsoft.VisualStudio.Modeling – obor názvů