Basic Library for UWP/WinRT XAML
PropertyGroupDescription コンストラクタ(String)

グループ化の基準になる項目プロパティの名前。
指定された項目プロパティ名を使用して、PropertyGroupDescription クラスの新しいインスタンスを作成します。
構文
'宣言
 
Public Function New( _
   ByVal propertyName As System.String _
)
public PropertyGroupDescription( 
   System.string propertyName
)

パラメータ

propertyName
グループ化の基準になる項目プロパティの名前。
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