System.ComponentModel.BindableAttribute.BindableAttribute C# (CSharp) 메소드

BindableAttribute() 공개 메소드

public BindableAttribute ( BindableSupport flags ) : System
flags BindableSupport
리턴 System
        public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.OneWay) {
        }

Same methods

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