IInvokeOnGetBinder Interface
Definição
Representa informações sobre uma operação de membro de obtenção dinâmico que indica se o membro de get deve invocar propriedades ao executar a operação get.Represents information about a dynamic get member operation that indicates if the get member should invoke properties when they perform the get operation.
public interface class IInvokeOnGetBinder
public interface IInvokeOnGetBinder
type IInvokeOnGetBinder = interface
Public Interface IInvokeOnGetBinder
Propriedades
| InvokeOnGet |
Obtém o valor que indica se essa operação de obtenção de membro deve invocar propriedades ao executar a operação get.Gets the value indicating if this get member operation should invoke properties when they perform the get operation. O valor padrão quando essa interface não está presente é true.The default value when this interface is not present is true. |