PowerTools SPREAD for Windows Forms 8.0J
NotifyNotSatisfied メソッド


数式のインデックス。
数式で満たされない制限した条件
指定したインデックスで式は制限条件を満たさないことを通知します。
構文
'Declaration
 
Sub NotifyNotSatisfied( _
   ByVal index As Integer, _
   ByVal notSatisfiedConditions As FormulaRestrictedCondition _
) 
'使用法
 
Dim instance As IExpressionConsumer
Dim index As Integer
Dim notSatisfiedConditions As FormulaRestrictedCondition
 
instance.NotifyNotSatisfied(index, notSatisfiedConditions)
void NotifyNotSatisfied( 
   int index,
   FormulaRestrictedCondition notSatisfiedConditions
)

パラメータ

index
数式のインデックス。
notSatisfiedConditions
数式で満たされない制限した条件
参照

IExpressionConsumer インタフェース
IExpressionConsumer メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.