PropertyExtension<TTargetElementType>.GetValue Method

gets the current value of the property on a component.

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

Syntax

'Declaration
Public Overrides Function GetValue ( _
    component As Object _
) As Object
public override Object GetValue(
    Object component
)
public:
virtual Object^ GetValue(
    Object^ component
) override
abstract GetValue : 
        component:Object -> Object  
override GetValue : 
        component:Object -> Object
public override function GetValue(
    component : Object
) : Object

Parameters

  • component
    Type: Object

    The component (can be null)

Return Value

Type: Object
null if there is no property value

.NET Framework Security

See Also

Reference

PropertyExtension<TTargetElementType> Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace