TestSpecList.GetEditor Method

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Function GetEditor ( _
    editorBaseType As Type _
) As Object
public Object GetEditor(
    Type editorBaseType
)
public:
virtual Object^ GetEditor(
    Type^ editorBaseType
) sealed
abstract GetEditor : 
        editorBaseType:Type -> Object  
override GetEditor : 
        editorBaseType:Type -> Object
public final function GetEditor(
    editorBaseType : Type
) : Object

Parameters

Return Value

Type: System.Object
Returns Object.

Implements

ICustomTypeDescriptor.GetEditor(Type)

.NET Framework Security

See Also

Reference

TestSpecList Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace