Share via


PropertyExtension<TTargetElementType>.GetValue Method (Object)

 

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

public override object GetValue(
    object component
)
public:
virtual Object^ GetValue(
    Object^ component
) override
override GetValue : 
        component:Object -> Object
Public Overrides Function GetValue (
    component As Object
) As Object

Parameters

Return Value

Type: System.Object

null if there is no property value

See Also

PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top