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

グループの名前。
項目の名前。
項目がグループに属するようにグループ名と項目名が一致するかどうかを示す値を返します。
構文
'宣言
 
Public Overrides Function NamesMatch( _
   ByVal groupName As System.Object, _
   ByVal itemName As System.Object _
) As System.Boolean
public override System.bool NamesMatch( 
   System.object groupName,
   System.object itemName
)

パラメータ

groupName
グループの名前。
itemName
項目の名前。

戻り値の型

名前が一致する場合は true、そうでない場合は false。
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