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!

ITypeDescriptorContext.Instance

When implemented in a deriving class, gets the instance that is invoking the method on the formatter object.

[Visual Basic]
ReadOnly Property Instance As Object
[C#]
object Instance {get;}
[C++]
Object* get_Instance() = 0;
[JScript]
abstract function get Instance() : Object;

Property Value

The instance that is invoking the method on the formatter object. This returns a null reference (in Visual Basic Nothing) if there is no instance responsible for the call.

See Also

ITypeDescriptorContext Interface | ITypeDescriptorContext Members | System.ComponentModel Namespace