BaseNodeProperties.GetEditor Method

Gets the editor for this properties object.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.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
    The base type of the editor.

Return Value

Type: System.Object
The editor for this properties object.

Implements

ICustomTypeDescriptor.GetEditor(Type)

Remarks

This base implementation always returns null.

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

Microsoft.TeamFoundation.Common Namespace