PropertyDescriptor.GetInvocationTarget(Type, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此方法返回应在成员调用期间使用的对象。
protected:
override System::Object ^ GetInvocationTarget(Type ^ type, System::Object ^ instance);
protected override object GetInvocationTarget (Type type, object instance);
protected override object? GetInvocationTarget (Type type, object instance);
override this.GetInvocationTarget : Type * obj -> obj
Protected Overrides Function GetInvocationTarget (type As Type, instance As Object) As Object
参数
- instance
- Object
潜在的调用目标。
返回
应在成员调用期间使用的 Object。
注解
通常,返回值将与传入的 相同 instance
。 如果有人与此实例关联了另一个对象,或者该实例是自定义类型描述符,该方法 GetInvocationTarget 可能会返回不同的值。