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;
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.
ITypeDescriptorContext Interface | ITypeDescriptorContext Members | System.ComponentModel Namespace