Partager via


Link.UpdateListViewItem Method (Boolean)

 

Constructs or updates a list view item for the parent by using the XML element, if any, that was passed in when the link was created.

Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ListViewItem UpdateListViewItem(
    bool createSubitems
)
public:
ListViewItem^ UpdateListViewItem(
    bool createSubitems
)
Public Function UpdateListViewItem (
    createSubitems As Boolean
) As ListViewItem

Parameters

  • createSubitems
    Type: System.Boolean

    true to create subitems; otherwise, false.

Return Value

Type: System.Windows.Forms.ListViewItem

A System.Windows.Forms.ListViewItem.

See Also

Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top