IComNativeDescriptorHandler インターフェイス

定義

注意事項

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
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
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 は廃止されました。 代わりに、ComObjectTypeを処理するTypeDescriptionProviderを追加します。

メソッド

名前 説明
GetAttributes(Object)
古い.
古い.

指定したコンポーネントの属性を取得します。

GetClassName(Object)
古い.
古い.

指定したコンポーネントのクラス名を取得します。

GetConverter(Object)
古い.
古い.

指定したコンポーネントの型コンバーターを取得します。

GetDefaultEvent(Object)
古い.
古い.

指定したコンポーネントの既定のイベントを取得します。

GetDefaultProperty(Object)
古い.
古い.

指定したコンポーネントの既定のプロパティを取得します。

GetEditor(Object, Type)
古い.
古い.

指定したコンポーネントのエディターを取得します。

GetEvents(Object, Attribute[])
古い.
古い.

指定したコンポーネントの指定した属性を持つイベントを取得します。

GetEvents(Object)
古い.
古い.

指定したコンポーネントのイベントを取得します。

GetName(Object)
古い.
古い.

指定したコンポーネントの名前を取得します。

GetProperties(Object, Attribute[])
古い.
古い.

指定したコンポーネントの指定した属性を持つプロパティを取得します。

GetPropertyValue(Object, Int32, Boolean)
古い.
古い.

指定したディスパッチ識別子を持つプロパティの値を取得します。

GetPropertyValue(Object, String, Boolean)
古い.
古い.

指定した名前を持つプロパティの値を取得します。

適用対象