XmlFileEditor.GetEditStyle(ITypeDescriptorContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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 列挙値。 指定したコンテキストでメソッドがサポートされていない場合、このメソッドは None 識別子を返します。