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
'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: System.Object
The component
Return Value
Type: TTargetElementType
The strongly typed element
.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.
See Also
Reference
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace