ConnectionStringEditor.GetEditStyle(ITypeDescriptorContext) 方法

定义

返回与指定上下文的连接字符串编辑器关联的编辑样式。

public:
 override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle (System.ComponentModel.ITypeDescriptorContext context);
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overrides Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle

参数

context
ITypeDescriptorContext

用于获取其他上下文信息的 ITypeDescriptorContext

返回

一个 UITypeEditorEditStyle 枚举值,该值指示所提供的用户界面的编辑样式。

注解

默认情况下, GetEditStyle 类的 ConnectionStringEditor 方法返回 Modal 值。 IDataEnvironment如果在指定的上下文中支持服务实现,该方法GetEditStyleDropDown返回 值。

GetEditStyle如果指定上下文中不支持该方法,该方法GetEditStyleNone返回值。

适用于

另请参阅