MathTypeConverter.GetProperties Method (ITypeDescriptorContext, Object, Attribute )
Returns a collection of properties for the type of array specified by the value parameter.
Syntax
'Declaration
Public Overrides Function GetProperties ( _
context As ITypeDescriptorContext, _
value As Object, _
attributes As Attribute() _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties (
ITypeDescriptorContext context,
Object value,
Attribute[] attributes
)
public:
PropertyDescriptorCollection GetProperties(
ITypeDescriptorContext context,
Object value,
Attribute attributes[]
) override
Parameters
- context
Type: ITypeDescriptorContext
The format context. - value
Type: Object
The type of array for which to get properties. - attributes
Type: Attribute
An array to use as a filter.
Return Value
Type: PropertyDescriptorCollection
The properties that are exposed for this data type, or null if there are no properties.
Requirements
Namespace: Microsoft.Xna.Framework.Design
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
MathTypeConverter Class
MathTypeConverter Members
Microsoft.Xna.Framework.Design Namespace
Platforms
Windows Phone