XmlFileEditor.GetEditStyle(ITypeDescriptorContext) Método
Definição
Obtém o estilo de edição associado a este editor, usando o objeto ITypeDescriptorContext especificado.Gets the editing style associated with this editor, using the specified ITypeDescriptorContext object.
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
Parâmetros
- context
- ITypeDescriptorContext
Um ITypeDescriptorContext que pode ser usado para obter informações de contexto adicionais.An ITypeDescriptorContext that can be used to gain additional context information.
Retornos
Um valor da enumeração UITypeEditorEditStyle que indica o estilo de edição fornecido.A UITypeEditorEditStyle enumeration value indicating the provided editing style. Se o método não for compatível com o contexto especificado, ele retornará o identificador None.If the method is not supported in the specified context, this will return the None identifier.