When overridden in a derived class, gets the container with the set of objects for this formatter.
[Visual Basic] ReadOnly Property Container As IContainer [C#] IContainer Container {get;} [C++] IContainer* get_Container() = 0; [JScript] abstract function get Container() : IContainer;
An IContainer with the set of objects for this formatter. It returns a null reference (in Visual Basic Nothing) if there is no container, or if the formatter does not use any outside objects.
ITypeDescriptorContext Interface | ITypeDescriptorContext Members | System.ComponentModel Namespace