IComNativeDescriptorHandlerとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このインターフェイスは、互換性のために残されています。 旧式でない代替が必要な場合は、ComObjectType を使用してください。
COM オブジェクトと TypeDescriptor の間の最上位のマップ レイヤ。
名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文
<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
Dim instance As IComNativeDescriptorHandler
[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
[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
/** @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
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.0、1.1
2.0 では、互換性のために残されています (コンパイル時に警告)
関連項目
IComNativeDescriptorHandler メンバ
System.ComponentModel 名前空間