NullableConverter.GetProperties Method (ITypeDescriptorContext, Object, Attribute[])
.NET Framework 4.5
This member overrides TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]), and more complete documentation might be available in that topic.
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
Assembly: System (in System.dll)
public override PropertyDescriptorCollection GetProperties( ITypeDescriptorContext context, Object value, Attribute[] attributes )
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- value
- Type: System.Object
An Object that specifies the type of array for which to get properties.
- attributes
- Type: System.Attribute[]
An array of type Attribute that is used as a filter.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollectionA PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.