This documentation is archived and is not being maintained.
CollectionEditor.Context Property
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace
Show: