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)

public:
virtual Object^ GetValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

The component (can be null)

Return Value

Type: System::Object^

null if there is no property value

Return to top
Show: