MemberDescriptor.GetInvokee メソッド
アセンブリ: System (system.dll 内)

<ObsoleteAttribute("This method has been deprecated. Use GetInvocationTarget instead. http://go.microsoft.com/fwlink/?linkid=14202")> _ Protected Shared Function GetInvokee ( _ componentClass As Type, _ component As Object _ ) As Object
Dim componentClass As Type Dim component As Object Dim returnValue As Object returnValue = MemberDescriptor.GetInvokee(componentClass, component)
[ObsoleteAttribute("This method has been deprecated. Use GetInvocationTarget instead. http://go.microsoft.com/fwlink/?linkid=14202")] protected static Object GetInvokee ( Type componentClass, Object component )
[ObsoleteAttribute(L"This method has been deprecated. Use GetInvocationTarget instead. http://go.microsoft.com/fwlink/?linkid=14202")] protected: static Object^ GetInvokee ( Type^ componentClass, Object^ component )
/** @attribute ObsoleteAttribute("This method has been deprecated. Use GetInvocationTarget instead. http://go.microsoft.com/fwlink/?linkid=14202") */ protected static Object GetInvokee ( Type componentClass, Object component )
ObsoleteAttribute("This method has been deprecated. Use GetInvocationTarget instead. http://go.microsoft.com/fwlink/?linkid=14202") protected static function GetInvokee ( componentClass : Type, component : Object ) : Object
- componentClass
MemberDescriptor が関連付けられているコンポーネントの型を表す Type。たとえば、MemberDescriptor がプロパティについて説明している場合、このパラメータはそのプロパティが宣言されているクラスになります。
メソッドを呼び出す対象のコンポーネントのインスタンス。このメソッドは、プロパティがビジュアル デザイナに結び付けられている場合は、ビジュアル デザイナを返します。


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- MemberDescriptor.GetInvokee メソッドのページへのリンク