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!

CollectionEditor.Context

The type descriptor context that is currently in use, or null if no context is available.

[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;

See Also

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