CustomTypeDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 ICustomTypeDescriptor 介面的簡單預設實作。
public ref class CustomTypeDescriptor abstract : System::ComponentModel::ICustomTypeDescriptor
public abstract class CustomTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor
type CustomTypeDescriptor = class
interface ICustomTypeDescriptor
Public MustInherit Class CustomTypeDescriptor
Implements ICustomTypeDescriptor
- 繼承
-
CustomTypeDescriptor
- 衍生
- 實作
備註
如同 TypeDescriptionProvider,CustomTypeDescriptor 類別依賴建構期間所提供 ICustomTypeDescriptor 類型的父物件。 這可讓衍生自 CustomTypeDescriptor 的類別選擇性地覆寫方法。
建構函式
CustomTypeDescriptor() |
初始化 CustomTypeDescriptor 類別的新實例。 |
CustomTypeDescriptor(ICustomTypeDescriptor) |
使用父自定義型別描述元,初始化 CustomTypeDescriptor 類別的新實例。 |
屬性
RequireRegisteredTypes |
取得值,這個值表示型別是否需要透過 RegisterType<T>()註冊。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetAttributes() |
傳回這個型別描述元所表示之型別的自定義屬性集合。 |
GetClassName() |
傳回這個型別描述元所表示之類別的完整名稱。 |
GetComponentName() |
傳回這個型別描述元所表示之類別的名稱。 |
GetConverter() |
傳回這個型別描述元所表示之型別的型別轉換子。 |
GetConverterFromRegisteredType() |
傳回此型別的型別轉換子 描述項正在表示。 |
GetDefaultEvent() |
傳回這個型別描述元所表示之物件之預設事件的事件描述元。 |
GetDefaultProperty() |
傳回這個型別描述元所表示之物件之預設屬性的屬性描述元。 |
GetEditor(Type) |
傳回指定型別的編輯器,這個編輯器與這個型別描述元所表示的類別相關聯。 |
GetEvents() |
傳回這個型別描述元所表示之物件的事件描述元集合。 |
GetEvents(Attribute[]) |
傳回這個型別描述元所表示之物件的已篩選事件描述元集合。 |
GetEventsFromRegisteredType() |
傳回事件描述元的集合 表示這個型別描述元的物件。 |
GetHashCode() |
做為預設哈希函式。 (繼承來源 Object) |
GetProperties() |
傳回這個型別描述元所表示之對象的屬性描述元集合。 |
GetProperties(Attribute[]) |
傳回這個型別描述元所表示之物件的已篩選屬性描述元集合。 |
GetPropertiesFromRegisteredType() |
傳回屬性描述元的集合 表示這個型別描述元的物件。 |
GetPropertyOwner(PropertyDescriptor) |
傳回 物件,其中包含指定之屬性描述項所描述的屬性。 |
GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |