MarginsConverterGetProperties Method |
Returns a collection of properties for the type of array specified by the
value parameter, using the specified context and attributes.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
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
abstract GetProperties :
context : ITypeDescriptorContext *
value : Object *
attributes : Attribute[] -> PropertyDescriptorCollection
override GetProperties :
context : ITypeDescriptorContext *
value : Object *
attributes : Attribute[] -> PropertyDescriptorCollection
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides a format context. - value
- Type: SystemObject
An System.Object that specifies the type of array for which to get properties. - attributes
- Type: SystemAttribute
An array of type System.Attribute that is used as a filter.
Return Value
Type:
PropertyDescriptorCollectionA System.ComponentModel.PropertyDescriptorCollection with the properties
that are exposed for this data type, or null if there are no properties.
See Also