GridView.GetColumnCollection(DependencyObject) 方法

定义

获取 ColumnCollection 附加属性的内容。

public:
 static System::Windows::Controls::GridViewColumnCollection ^ GetColumnCollection(System::Windows::DependencyObject ^ element);
public static System.Windows.Controls.GridViewColumnCollection GetColumnCollection (System.Windows.DependencyObject element);
static member GetColumnCollection : System.Windows.DependencyObject -> System.Windows.Controls.GridViewColumnCollection
Public Shared Function GetColumnCollection (element As DependencyObject) As GridViewColumnCollection

参数

element
DependencyObject

与集合关联的 DependencyObject

返回

GridViewColumnCollection

指定的 DependencyObjectColumnCollection

注解

请勿使用此方法更改对象的列集合 GridView 。 若要获取、设置或更改为 GridView 对象定义的列,请使用该 Columns 属性。

适用于

另请参阅