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.Container

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;

Property Value

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.

See Also

ITypeDescriptorContext Interface | ITypeDescriptorContext Members | System.ComponentModel Namespace