ProjectNodeProperties.GetEditor Method
Override. Gets the specified type of editor.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Function GetEditor ( _
editorBaseType As Type _
) As Object
'Usage
Dim instance As ProjectNodeProperties
Dim editorBaseType As Type
Dim returnValue As Object
returnValue = instance.GetEditor(editorBaseType)
public override Object GetEditor(
Type editorBaseType
)
public:
virtual Object^ GetEditor(
Type^ editorBaseType
) override
public override function GetEditor(
editorBaseType : Type
) : Object
abstract GetEditor :
editorBaseType:Type -> Object
override GetEditor :
editorBaseType:Type -> Object
Parameters
- editorBaseType
Type: System.Type
The type of the editor
Return Value
Type: System.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.VisualStudio.Data.Schema.Project.Project.MPF Namespace