Basic Library for UWP/WinRT XAML
GroupNameFromItem メソッド (PropertyGroupDescription)

グループ名を取得する項目。
0から始まるグループレベルインデックス。
カルチャ。
指定された項目のグループ名を返します。
構文
'宣言
 
Public Overrides Function GroupNameFromItem( _
   ByVal item As System.Object, _
   ByVal level As System.Integer, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.Object
public override System.object GroupNameFromItem( 
   System.object item,
   System.int level,
   System.Globalization.CultureInfo culture
)

パラメータ

item
グループ名を取得する項目。
level
0から始まるグループレベルインデックス。
culture
カルチャ。

戻り値の型

項目が所属するグループの名前。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

PropertyGroupDescription クラス
PropertyGroupDescription メンバ

Send Feedback