NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeConverter.GetCreateInstanceSupported

[To be supplied.]

Overload List

Gets a value indicating whether changing a value on this object should require a call to CreateInstance to create a new value.

[Visual Basic] Overloads Overridable Public Function GetCreateInstanceSupported(ITypeDescriptorContext) As Boolean
[C#] public virtual bool GetCreateInstanceSupported(ITypeDescriptorContext);
[C++] public: virtual bool GetCreateInstanceSupported(ITypeDescriptorContext*);
[JScript] public function GetCreateInstanceSupported(ITypeDescriptorContext) : Boolean;

Gets a value indicating whether changing a value on this object should require a call to CreateInstance to create a new value.

[Visual Basic] Overloads Public Function GetCreateInstanceSupported() As Boolean
[C#] public bool GetCreateInstanceSupported();
[C++] public: bool GetCreateInstanceSupported();
[JScript] public function GetCreateInstanceSupported() : Boolean;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace