System.ComponentModel.BindableAttribute.BindableAttribute C# (CSharp) Méthode

BindableAttribute() public méthode

public BindableAttribute ( bool bindable, BindingDirection direction ) : System
bindable bool
direction BindingDirection
Résultat System
        public BindableAttribute(bool bindable, BindingDirection direction) {
            this.bindable = bindable;
            this.direction = direction;
        }
        

Same methods

BindableAttribute::BindableAttribute ( BindableSupport flags ) : System
BindableAttribute::BindableAttribute ( BindableSupport flags, BindingDirection direction ) : System
BindableAttribute::BindableAttribute ( bool bindable ) : System