次の方法で共有


FilterableListView.Columns Property

 

Gets the collection of columns that belong to this view.

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

Syntax

public ListView.ColumnHeaderCollection Columns { get; }
public:
property ListView::ColumnHeaderCollection^ Columns {
    ListView::ColumnHeaderCollection^ get();
}
Public ReadOnly Property Columns As ListView.ColumnHeaderCollection

Property Value

Type: System.Windows.Forms.ListView.ColumnHeaderCollection

The collection of columns that belong to this view.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top