IComNativeDescriptorHandlerとは何? わかりやすく解説 Weblio辞書 (original) (raw)

メモ : このインターフェイスは、互換性のために残されています。 旧式でない代替必要な場合は、ComObjectType を使用してください

COM オブジェクトと TypeDescriptor の間の最上位マップ レイヤ

名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文構文

Visual Basic (宣言)

<ObsoleteAttribute("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Interface IComNativeDescriptorHandler

Visual Basic (使用法)

Dim instance As IComNativeDescriptorHandler

C#

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

public interface IComNativeDescriptorHandler

C++

[ObsoleteAttribute(L"This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. http://go.microsoft.com/fwlink/?linkid=14202")]

public interface class IComNativeDescriptorHandler

J#

/** @attribute ObsoleteAttribute("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. http://go.microsoft.com/fwlink/?linkid=14202") */ public interface IComNativeDescriptorHandler

JScript

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

public interface IComNativeDescriptorHandler

解説解説

このインターフェイス今後使用しません。代わりに、TypeDescriptionProvider をハンドルComObjectType追加します

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 1.01.1
2.0 では、互換性のために残されています (コンパイル時警告)

参照参照

関連項目
IComNativeDescriptorHandler メンバ
System.ComponentModel 名前空間