Kommentar
Å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.
Gets a list of Extensions.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Shared Function GetExtensions ( _
element As ModelElement _
) As LinkedElementCollection(Of ExtensionElement)
public static LinkedElementCollection<ExtensionElement> GetExtensions(
ModelElement element
)
public:
static LinkedElementCollection<ExtensionElement^>^ GetExtensions(
ModelElement^ element
)
static member GetExtensions :
element:ModelElement -> LinkedElementCollection<ExtensionElement>
public static function GetExtensions(
element : ModelElement
) : LinkedElementCollection<ExtensionElement>
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<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.