ComponentOne Studio for 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。
参照

PropertyGroupDescription クラス
PropertyGroupDescription メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.