CollectionViewGroup(Object) 构造函数

定义

使用组的名称初始化类的新实例 CollectionViewGroup

protected:
 CollectionViewGroup(System::Object ^ name);
protected CollectionViewGroup(object name);
new System.Windows.Data.CollectionViewGroup : obj -> System.Windows.Data.CollectionViewGroup
Protected Sub New (name As Object)

参数

name
Object

此组的名称。

适用于