다음을 통해 공유


PropertyExtension<TTargetElementType>.GetValue Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Return Value

Type: System.Object
null if there is no property value

.NET Framework Security

See Also

Reference

PropertyExtension<TTargetElementType> Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace