'宣言 Public Function Remove( _ ByVal item As ValidationRule _ ) As System.Boolean
public System.bool Remove( ValidationRule item )
パラメータ
- item
- The object to remove from the ValidationRuleCollection.
戻り値の型
true if item was successfully removed from the ValidationRuleCollection; otherwise, false. This method also returns false if item is not found in the original ValidationRuleCollection.