IComNativeDescriptorHandler 介面

定義

警告

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202

警告

IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.

警告

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. http://go.microsoft.com/fwlink/?linkid=14202

警告

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202

在 COM 物件和 TypeDescriptor 之間提供最上層對應圖層。

public interface class IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
public interface IComNativeDescriptorHandler
[System.Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")]
public interface IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
type IComNativeDescriptorHandler = interface
[<System.Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")>]
type IComNativeDescriptorHandler = interface
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
Public Interface IComNativeDescriptorHandler
屬性

備註

注意

此 API 現已淘汰。 TypeDescriptionProvider請新增 ,以改為處理 ComObjectType

方法

GetAttributes(Object)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的屬性。

GetClassName(Object)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的類別名稱。

GetConverter(Object)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的型別轉換子。

GetDefaultEvent(Object)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的預設事件。

GetDefaultProperty(Object)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的預設屬性。

GetEditor(Object, Type)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的編輯器。

GetEvents(Object)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的事件。

GetEvents(Object, Attribute[])
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的事件和指定的屬性。

GetName(Object)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定元件的名稱。

GetProperties(Object, Attribute[])
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得指定之元件的屬性 (Property) 和指定的屬性 (Attribute)。

GetPropertyValue(Object, Int32, Boolean)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得含有指定之分派識別項 (Dispatch Identifier) 的屬性值。

GetPropertyValue(Object, String, Boolean)
已淘汰.
已淘汰.
已淘汰.
已淘汰.

取得具有指定名稱之屬性的值。

適用於