The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyDescriptor::GetInvocationTarget Method (Type^, Object^)
.NET Framework (current version)
This method returns the object that should be used during invocation of members.
Assembly: System (in System.dll)
Parameters
- type
-
Type:
System::Type^
The Type of the invocation target.
- instance
-
Type:
System::Object^
The potential invocation target.
Typically, the return value will be the same as the instance passed in. If someone associated another object with this instance, or if the instance is a custom type descriptor, the GetInvocationTarget method may return a different value.
.NET Framework
Available since 2.0
Available since 2.0
Show: