GetValue Method (CustomTaskPropertyDescriptor)
In This Topic
Gets the current value of the property on a component.
Syntax
'Declaration
Public Overrides Function GetValue( _
ByVal As Object _
) As Object
public override object GetValue(
object
)
Parameters
- instance
See Also