ConnectionStringEditor.GetEditStyle(ITypeDescriptorContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定上下文的连接字符串编辑器关联的编辑样式。
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如果在指定的上下文中支持服务实现,该方法GetEditStyle将DropDown返回 值。
GetEditStyle如果指定上下文中不支持该方法,该方法GetEditStyle将None返回值。