다음을 통해 공유


IInvokeOnGetBinder 인터페이스

정의

get 작업을 수행할 때 get 멤버가 속성을 호출할지 여부를 알려 주는 동적 get 멤버 작업에 대한 정보를 나타냅니다.

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

속성

InvokeOnGet

get 작업을 수행할 때 이 get 멤버 작업이 속성을 호출할지 여부를 알려 주는 값을 가져옵니다. 이 인터페이스가 없으면 기본값은 true입니다.

적용 대상