PSObjectTypeDescriptor.GetEditor(Type) Method

Definition

Returns an editor of the specified type for this object.

public:
 override System::Object ^ GetEditor(Type ^ editorBaseType);
public:
 override Platform::Object ^ GetEditor(Platform::Type ^ editorBaseType);
public override object GetEditor (Type editorBaseType);
override this.GetEditor : Type -> obj
Public Overrides Function GetEditor (editorBaseType As Type) As Object

Parameters

editorBaseType
Type

A Type that represents the editor for this object.

Returns

An object of the specified type that is the editor for this object, or a null reference (Nothing in Visual Basic) if the editor cannot be found.

Applies to