Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Winforms - Control.ResetBindings() summary seems incorrect? #2016

Open
Labels
Pri2Indicates issues/PRs that are medium priorityPri3Indicates issues/PRs that are low priorityarea-WinFormsIssues or PRs that relate to WinForms.help wantedGood for community contributors to help [up-for-grabs]
Milestone
@dsherret

Description

@dsherret

Right now the xml summary forControl.ResetBindings reads:

<summary>Causes a control bound to the<see cref="T:System.Windows.Forms.BindingSource"/>to reread all the itemsin the list and refresh their displayed values.</summary>

Docs -Control.xml

The implementation clears all the bindings though:

publicvoidResetBindings(){ControlBindingsCollectionbindings=(ControlBindingsCollection)Properties.GetObject(PropBindings);if(bindings!=null){bindings.Clear();}}

Source

I think perhaps this summary was copied fromBindingSource? (Docs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri2Indicates issues/PRs that are medium priorityPri3Indicates issues/PRs that are low priorityarea-WinFormsIssues or PRs that relate to WinForms.help wantedGood for community contributors to help [up-for-grabs]

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp