This member overrides PropertyDescriptor.GetEditor(Type).
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overrides Function GetEditor ( _
editorBaseType As Type _
) As Object
'使用
Dim instance As ElementPropertyDescriptor
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
Parameters
- editorBaseType
Type: System.Type
Return Value
Type: System.Object
Permissions
- 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
ElementPropertyDescriptor Class