XmlFileEditor.GetEditStyle(ITypeDescriptorContext) メソッド

定義

指定した 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

提供されている編集スタイルを示す UITypeEditorEditStyle 列挙値。 指定したコンテキストでメソッドがサポートされていない場合、このメソッドは None 識別子を返します。

適用対象