MathTypeConverter.GetPropertiesSupported Method (ITypeDescriptorContext)
Returns whether this object supports properties, using the specified context.
Syntax
'Declaration
Public Overrides Function GetPropertiesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
public override bool GetPropertiesSupported (
ITypeDescriptorContext context
)
public:
bool GetPropertiesSupported(
ITypeDescriptorContext context
) override
Parameters
- context
Type: ITypeDescriptorContext
The format context.
Return Value
Type: Boolean
true if GetProperties should be called to find the properties of this object; false otherwise.
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