ModelElement.GetExtension Method (ModelElement, Type)
Get the ExtensionElement of the specified type from the available extensions of the specified ModelElement. If the element has no such extension then an InvalidOperationException will be raised.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Public Shared Function GetExtension ( _
element As ModelElement, _
extensionType As Type _
) As ExtensionElement
public static ExtensionElement GetExtension(
ModelElement element,
Type extensionType
)
public:
static ExtensionElement^ GetExtension(
ModelElement^ element,
Type^ extensionType
)
static member GetExtension :
element:ModelElement *
extensionType:Type -> ExtensionElement
public static function GetExtension(
element : ModelElement,
extensionType : Type
) : ExtensionElement
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
The extended ModelElement
- extensionType
Type: System.Type
The type of ExtensionElement to retrieve
Return Value
Type: Microsoft.VisualStudio.Modeling.ExtensionElement
The ExtensionElement of the requested type
.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.