InputPanel for WinForms帮助文档
DataBindings 属性 (InputComponent)






Gets a reference to the collection of data bindings for the component.
语法
'声明
 
<C1DescriptionAttribute("获取组件的数据绑定集合的引用。")>
<System.ComponentModel.ParenthesizePropertyNameAttribute(True)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<C1CategoryAttribute("数据")>
Public ReadOnly Property DataBindings As System.Windows.Forms.ControlBindingsCollection
'用法
 
Dim instance As InputComponent
Dim value As System.Windows.Forms.ControlBindingsCollection
 
value = instance.DataBindings
[C1Description("获取组件的数据绑定集合的引用。")]
[System.ComponentModel.ParenthesizePropertyName(true)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Category("数据")]
public System.Windows.Forms.ControlBindingsCollection DataBindings {get;}
public read-only property DataBindings: System.Windows.Forms.ControlBindingsCollection; 
C1DescriptionAttribute("获取组件的数据绑定集合的引用。")
System.ComponentModel.ParenthesizePropertyNameAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
C1CategoryAttribute("数据")
public function get DataBindings : System.Windows.Forms.ControlBindingsCollection
[C1Description("获取组件的数据绑定集合的引用。")]
[System.ComponentModel.ParenthesizePropertyName(true)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Category("数据")]
public: __property System.Windows.Forms.ControlBindingsCollection* get_DataBindings();
[C1Description("获取组件的数据绑定集合的引用。")]
[System.ComponentModel.ParenthesizePropertyName(true)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Category("数据")]
public:
property System.Windows.Forms.ControlBindingsCollection^ DataBindings {
   System.Windows.Forms.ControlBindingsCollection^ get();
}
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputComponent 类
InputComponent 成员

Send Feedback