共用方式為


ElementPropertyDescriptor.GetEditor 方法

傳回所述的屬性值編輯器。

命名空間:  Microsoft.VisualStudio.Modeling.Design
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Public Overrides Function GetEditor ( _
    editorBaseType As Type _
) As Object
public override Object GetEditor(
    Type editorBaseType
)

參數

  • editorBaseType
    型別:System.Type
    要傳回值編輯器類型。

傳回值

型別:System.Object
[描述] 屬性值編輯器。

備註

所傳回的數值編輯器衍生自UITypeEditor類別。

如果EditorAttribute屬性會套用至所述的屬性型別或中繼資料所述的屬性,然後在EditorAttribute屬性會定義要用的屬性編輯器。否則,如果editorBaseType是列舉型別之FlagsAttribute屬性被套用的話,則這個方法會傳回FlagEnumerationEditor。否則,會使用預設的編輯器,如所述的屬性型別。

.NET Framework 安全性

請參閱

參考

ElementPropertyDescriptor 類別

Microsoft.VisualStudio.Modeling.Design 命名空間

FlagEnumerationEditor

EditorAttribute

UITypeEditor