Bagikan melalui


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

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