Name

BindingMemberInfo

Synopsis

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

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.