PropertyExtension<TTargetElementType>::GetTargetElement Method (Object^)

 

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)

protected:
TTargetElementType GetTargetElement(
	Object^ component
)

Parameters

component
Type: System::Object^

The component

Return Value

Type: TTargetElementType

The strongly typed element

Return to top
Show: