Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
protected TTargetElementType GetTargetElement(
object component
)
protected:
TTargetElementType GetTargetElement(
Object^ component
)
member GetTargetElement :
component:Object -> 'TTargetElementType
Protected Function GetTargetElement (
component As Object
) As TTargetElementType
Parameters
component
Type: System.ObjectThe component
Return Value
Type: TTargetElementType
The strongly typed element
See Also
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top