BindingMemberInfo

BindingMemberInfo

System. Windows .Forms (system. windows .forms.dll) struct

This value is returned by the Binding.BindingMemberInfo property and represents the property that was passed in the constructor of a Binding object.

 public struct  BindingMemberInfo  {  // Public Constructors  public  BindingMemberInfo  (string  dataMember  );  // Public Instance Properties  public string  BindingField  {get; }    public string  BindingMember  {get; }    public string  BindingPath  {get; }  // Public Instance Methods  public override bool  Equals  (object  otherObject  );  // overrides ValueType  public override int  GetHashCode  ();  // overrides ValueType  } 

Hierarchy

System.Object System.ValueType BindingMemberInfo

Returned By

Binding.BindingMemberInfo



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net