Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get the list of ExtensionExtendsElement links to a ModelElement.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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: System.Collections.ObjectModel.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.