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!

ICustomTypeDescriptor.GetEditor

Retrieves the an editor for this object.

[Visual Basic]
Function GetEditor( _
   ByVal editorBaseType As Type _
) As Object
[C#]
object GetEditor(
   Type editorBaseType
);
[C++]
Object* GetEditor(
   Type* editorBaseType
) = 0;
[JScript]
function GetEditor(
   editorBaseType : Type
) : Object;

Parameters

editorBaseType
[To be supplied.]

Return Value

An editor of the requested type, or null.

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace