GeneralTypeConverterGetProperties Method (ITypeDescriptorContext, Object, Attribute) |
LightningChart .NET Help
Returns a collection of properties for the type of array specified by the value parameter,
using the specified context and attributes.
Namespace:
Arction.WinForms.Charting.TypeConverters
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic override PropertyDescriptorCollection GetProperties(
ITypeDescriptorContext context,
Object value,
Attribute[] attributes
)
Public Overrides Function GetProperties (
context As ITypeDescriptorContext,
value As Object,
attributes As Attribute()
) As PropertyDescriptorCollection
public:
virtual PropertyDescriptorCollection^ GetProperties(
ITypeDescriptorContext^ context,
Object^ value,
array<Attribute^>^ attributes
) override
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
Context. - value
- Type: SystemObject
Value. - attributes
- Type: SystemAttribute
Attributes.
Return Value
Type:
PropertyDescriptorCollectionProperty descriptors.
See Also