GroupDescriptionSelectorCallback 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示用於提供自訂邏輯的方法,以根據父群組及其層級選取 GroupDescription。
public delegate System::ComponentModel::GroupDescription ^ GroupDescriptionSelectorCallback(CollectionViewGroup ^ group, int level);
public delegate System.ComponentModel.GroupDescription GroupDescriptionSelectorCallback(CollectionViewGroup group, int level);
type GroupDescriptionSelectorCallback = delegate of CollectionViewGroup * int -> GroupDescription
Public Delegate Function GroupDescriptionSelectorCallback(group As CollectionViewGroup, level As Integer) As GroupDescription
參數
- group
- CollectionViewGroup
父群組。
- level
- Int32
group
的層級。
傳回值
根據父群組及其層級選擇的 GroupDescription。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |