.NET Windows Forms in a Nutshell

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

Категории