FileItemGetEditor Method
Returns an editor of the specified type for this instance of a component.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public Object GetEditor(
Type editorBaseType
)
Public Function GetEditor (
editorBaseType As Type
) As Object
public:
virtual Object^ GetEditor(
Type^ editorBaseType
) sealed
abstract GetEditor :
editorBaseType : Type -> Object
override GetEditor :
editorBaseType : Type -> Object
- editorBaseType Type
- A Type that represents the editor for this object.
ObjectAn
Object of the specified type that is the editor for this object, or
if the editor cannot be found.
ICustomTypeDescriptorGetEditor(Type)