ReferenceEditorBase.GetEditStyle Method (ITypeDescriptorContext)

Returns the edit style base on the IReferencePicker, if not available then NONE

Namespace:  Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

Syntax

'Declaration
Public Overrides Function GetEditStyle ( _
    context As ITypeDescriptorContext _
) As UITypeEditorEditStyle
public override UITypeEditorEditStyle GetEditStyle(
    ITypeDescriptorContext context
)
public:
virtual UITypeEditorEditStyle GetEditStyle(
    ITypeDescriptorContext^ context
) override
abstract GetEditStyle : 
        context:ITypeDescriptorContext -> UITypeEditorEditStyle  
override GetEditStyle : 
        context:ITypeDescriptorContext -> UITypeEditorEditStyle
public override function GetEditStyle(
    context : ITypeDescriptorContext
) : UITypeEditorEditStyle

Parameters

  • context
    Type: ITypeDescriptorContext

Return Value

Type: UITypeEditorEditStyle

.NET Framework Security

See Also

Reference

ReferenceEditorBase Class

GetEditStyle Overload

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace