This documentation is archived and is not being maintained.

CollectionEditor.Context Property

Gets a type descriptor that indicates the current context.

[Visual Basic]
Protected ReadOnly Property Context As ITypeDescriptorContext
[C#]
protected ITypeDescriptorContext Context {get;}
[C++]
protected: __property ITypeDescriptorContext* get_Context();
[JScript]
protected function get Context() : ITypeDescriptorContext;

Property Value

An ITypeDescriptorContext that indicates the context currently in use, or a null reference (Nothing in Visual Basic) if no context is available.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace

Show: