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[])
古い.
古い.
古い.
古い.

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

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

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

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

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

適用対象