TestSpecList.GetEditor Method
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
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
- editorBaseType
Type: System.Type
Return Value
Type: System.Object
Returns Object.
Implements
ICustomTypeDescriptor.GetEditor(Type)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace