TemplateParameterProperties.System.ComponentModel.ICustomTypeDescriptor.GetEditor Method

Namespace: Microsoft.Expression.Encoder.Plugins.Templates
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Private Function System.ComponentModel.ICustomTypeDescriptor.GetEditor ( _
    editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
'Usage
Dim instance As TemplateParameterProperties
Dim editorBaseType As Type
Dim returnValue As Object

returnValue = CType(instance, ICustomTypeDescriptor).GetEditor(editorBaseType)
Object ICustomTypeDescriptor.GetEditor (
    Type editorBaseType
)
private:
virtual Object^ System.ComponentModel.ICustomTypeDescriptor.GetEditor (
    Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TemplateParameterProperties Class
TemplateParameterProperties Members
Microsoft.Expression.Encoder.Plugins.Templates Namespace