FlagEnumerationEditor.GetEditStyle 方法 (ITypeDescriptorContext)
取得 EditValue 方法所使用的編輯器樣式。
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public Overrides Function GetEditStyle ( _
context As ITypeDescriptorContext _
) As UITypeEditorEditStyle
public override UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext context
)
參數
- context
型別:System.ComponentModel.ITypeDescriptorContext
內容描述元,可以用來取得其他內容資訊。
傳回值
型別:System.Drawing.Design.UITypeEditorEditStyle
樣式編輯器所使用的EditValue方法。所有情況下都是 DropDown。
備註
在衍生類別中,您可以覆寫這個方法,以自訂 [旗標網域列舉型別編輯方式。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。