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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public override UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext context
)
public:
virtual UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext^ context
) override
override GetEditStyle :
context:ITypeDescriptorContext -> UITypeEditorEditStyle
Public Overrides Function GetEditStyle (
context As ITypeDescriptorContext
) As UITypeEditorEditStyle
Parameters
Return Value
Type: System.Drawing.Design.UITypeEditorEditStyle
See Also
GetEditStyle Overload
ReferenceEditorBase Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top