IInvokeOnGetBinder 接口

定义

表示有关动态 get 成员操作的信息,该操作指示 get 成员在执行 get 操作时是否应调用属性。

public interface class IInvokeOnGetBinder
public interface IInvokeOnGetBinder
type IInvokeOnGetBinder = interface
Public Interface IInvokeOnGetBinder

属性

名称 说明
InvokeOnGet

获取一个值,该值指示此 get 成员操作在执行 get 操作时是否应调用属性。 此接口不存在时,默认值为 true。

适用于