TypeDescriptor.ComNativeDescriptorHandler プロパティ
メモ : このプロパティは、互換性のために残されています。 旧式でない代替が必要な場合は、ComObjectType を使用してください。
対象のコンポーネントのコンポーネント オブジェクト モデル (COM: Component Object Model) 型情報のプロバイダを取得または設定します。 名前空間: System.ComponentModelアセンブリ: System (system.dll 内)

<ObsoleteAttribute("This property has been deprecated. Use a type description provider to supply type information for COM types instead. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Shared Property ComNativeDescriptorHandler As IComNativeDescriptorHandler
Dim value As IComNativeDescriptorHandler value = TypeDescriptor.ComNativeDescriptorHandler TypeDescriptor.ComNativeDescriptorHandler = value
[ObsoleteAttribute("This property has been deprecated. Use a type description provider to supply type information for COM types instead. http://go.microsoft.com/fwlink/?linkid=14202")] public static IComNativeDescriptorHandler ComNativeDescriptorHandler { get; set; }
[ObsoleteAttribute(L"This property has been deprecated. Use a type description provider to supply type information for COM types instead. http://go.microsoft.com/fwlink/?linkid=14202")] public: static property IComNativeDescriptorHandler^ ComNativeDescriptorHandler { IComNativeDescriptorHandler^ get (); void set (IComNativeDescriptorHandler^ value); }
/** @property */ public static IComNativeDescriptorHandler get_ComNativeDescriptorHandler () /** @property */ public static void set_ComNativeDescriptorHandler (IComNativeDescriptorHandler value)
public static function get ComNativeDescriptorHandler () : IComNativeDescriptorHandler public static function set ComNativeDescriptorHandler (value : IComNativeDescriptorHandler)
COM 型情報プロバイダを表す IComNativeDescriptorHandler インスタンス。

ComNativeDescriptorHandler プロパティと IComNativeDescriptorHandler インターフェイスは使用されなくなりました。詳細については、ComObjectType プロパティのトピックを参照してください。


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- TypeDescriptor.ComNativeDescriptorHandler プロパティのページへのリンク