LocalizableProperties::GetEditor Method (Type^)

 

Retrieves the editor for this object.

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

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

Parameters

editorBaseType
Type: System::Type^

A Type that represents the base type of the editor you want to find.

Return Value

Type: System::Object^

Returns the editor object.

Return to top
Show: