DesignPropertyDescriptor::GetEditor Method (Type^)

 

Gets an editor of the specified type.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual Object^ GetEditor(
	Type^ editorBaseType
) override

Parameters

editorBaseType
Type: System::Type^

The type of the editor.

Return Value

Type: System::Object^

The editor, or null if it cannot be found.

Return to top
Show: