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 Extends.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Shared Function GetExtends ( _
element As ExtensionElement _
) As ModelElement
public static ModelElement GetExtends(
ExtensionElement element
)
public:
static ModelElement^ GetExtends(
ExtensionElement^ element
)
static member GetExtends :
element:ExtensionElement -> ModelElement
public static function GetExtends(
element : ExtensionElement
) : ModelElement
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.ExtensionElement
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
.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.