MathTypeConverter.GetCreateInstanceSupported Method (ITypeDescriptorContext)
Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context.
Syntax
'Declaration
Public Overrides Function GetCreateInstanceSupported ( _
context As ITypeDescriptorContext _
) As Boolean
public override bool GetCreateInstanceSupported (
ITypeDescriptorContext context
)
public:
bool GetCreateInstanceSupported(
ITypeDescriptorContext context
) override
Parameters
- context
Type: ITypeDescriptorContext
The format context.
Return Value
Type: Boolean
true if changing a property on this object requires a call to CreateInstance to create a new value; 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