Returns the set of filtered properties for the System.Windows.Forms.SelectionRange type
- context
- A System.ComponentModel.ITypeDescriptorContext that provides a format context.
- value
- An object that specifies the type of array for which to get properties.
- attributes
- An array of type Attribute that is used as a filter.
If successful, the set of properties that should be exposed for the System.Windows.Forms.SelectionRange type; otherwise, null.
The default implementation of this method does not use the context or value parameters, but simply refers the call to the TypeDescriptor.System.ComponentModel.TypeDescriptor.GetProperties(Type, Attribute[]) method.