PropertyExtension<TTargetElementType>.GetTargetElement Method

Gets the strongly typed element given a component.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

'Declaration
Protected Function GetTargetElement ( _
    component As Object _
) As TTargetElementType
protected TTargetElementType GetTargetElement(
    Object component
)
protected:
TTargetElementType GetTargetElement(
    Object^ component
)
member GetTargetElement : 
        component:Object -> 'TTargetElementType 
protected function GetTargetElement(
    component : Object
) : TTargetElementType

Parameters

  • component
    Type: Object

    The component

Return Value

Type: TTargetElementType
The strongly typed element

.NET Framework Security

See Also

Reference

PropertyExtension<TTargetElementType> Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace