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 ()

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;

Return Value

true if CreateInstance should be called when a change is made to one or more properties of this object.

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.GetCreateInstanceSupported Overload List