DesignPropertyDescriptor::GetValue Method (Object^)

 

Gets the value of the property.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Parameters

component
Type: System::Object^

The component that owns the property.

Return Value

Type: System::Object^

The value of the property.

This method calls the base method.

Return to top
Show: